[pypy-commit] pypy default: grammar

arigo noreply at buildbot.pypy.org
Mon Jun 29 17:18:51 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r78351:875e32c92da9
Date: 2015-06-29 17:18 +0200
http://bitbucket.org/pypy/pypy/changeset/875e32c92da9/

Log:	grammar

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
@@ -338,7 +338,8 @@
   for about 1400 calls.
 
 * since the implementation of dictionary is different, the exact number
-  which ``__hash__`` and ``__eq__`` are called is different. Since CPython
+  of times that ``__hash__`` and ``__eq__`` are called is different. 
+  Since CPython
   does not give any specific guarantees either, don't rely on it.
 
 * assignment to ``__class__`` is limited to the cases where it


More information about the pypy-commit mailing list