[pypy-commit] pypy default: Englichifed

arigo noreply at buildbot.pypy.org
Thu Feb 21 07:23:54 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r61526:8c960946b101
Date: 2013-02-21 07:23 +0100
http://bitbucket.org/pypy/pypy/changeset/8c960946b101/

Log:	Englichifed

diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide.rst
+++ b/pypy/doc/coding-guide.rst
@@ -365,7 +365,7 @@
 We use normal integers for signed arithmetic.  It means that before
 translation we get longs in case of overflow, and after translation we get a
 silent wrap-around.  Whenever we need more control, we use the following
-helpers (which live the `rpython/rlib/rarithmetic.py`_):
+helpers (which live in `rpython/rlib/rarithmetic.py`_):
 
 **ovfcheck()**
 


More information about the pypy-commit mailing list