[pypy-svn] r25231 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Apr 2 19:05:05 CEST 2006


Author: cfbolz
Date: Sun Apr  2 19:05:03 2006
New Revision: 25231

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
Log:
superfluous comma


Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Sun Apr  2 19:05:03 2006
@@ -323,7 +323,7 @@
 Integer Types
 -------------------------
 
-While implementing the integer type, we stumbled over the problem, that
+While implementing the integer type, we stumbled over the problem that
 integers are quite in flux in CPython right now. Starting on Python 2.2,
 integers mutate into longs on overflow.  However, shifting to the left
 truncates up to 2.3 but extends to longs as well in 2.4.  By contrast, we need



More information about the Pypy-commit mailing list