Author: werat <[email protected]>
Branch: werat/fix-typo-in-documentation-1457447122290
Changeset: r82881:33c65ef7faf9
Date: 2016-03-08 14:29 +0000
http://bitbucket.org/pypy/pypy/changeset/33c65ef7faf9/
Log: Fix typo in documentation
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/pypy/doc/cpython_differences.rst
@@ -265,7 +265,7 @@
return False
def evil(y):
- d = {x(): 1}
+ d = {X(): 1}
X.__eq__ = __evil_eq__
d[y] # might trigger a call to __eq__?
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit