[pypy-commit] pypy werat/fix-typo-in-documentation-1457447122290: Fix typo in documentation

werat pypy.commits at gmail.com
Tue Mar 8 09:38:34 EST 2016


Author: werat <weratt at gmail.com>
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__?
 


More information about the pypy-commit mailing list