Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r82882:72e2c0d9368a Date: 2016-03-08 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/72e2c0d9368a/
Log: Merged in werat/pypy/werat/fix-typo-in-documentation-1457447122290 (pull request #412) 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 pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit