Author: Alex Gaynor <[email protected]>
Branch:
Changeset: r45957:f3f9ce087f0c
Date: 2011-07-24 16:32 -0700
http://bitbucket.org/pypy/pypy/changeset/f3f9ce087f0c/
Log: typo in a docstring.
diff --git a/pypy/objspace/std/identitydict.py
b/pypy/objspace/std/identitydict.py
--- a/pypy/objspace/std/identitydict.py
+++ b/pypy/objspace/std/identitydict.py
@@ -50,7 +50,7 @@
The second case is completely non-deterministic, even in CPython.
Depending on the phase of the moon, you might call the __eq__ or not, so
it is perfectly fine to *never* call it. Morever, in practice with the
- minimar GC we never have two live objects with the same hash, so it would
+ minimark GC we never have two live objects with the same hash, so it would
never happen anyway.
"""
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit