Author: Manuel Jacob
Branch: rpython-doc
Changeset: r61703:53783850f248
Date: 2013-02-23 19:07 +0100
http://bitbucket.org/pypy/pypy/changeset/53783850f248/

Log:    Oops.

diff --git a/rpython/doc/rpython.rst b/rpython/doc/rpython.rst
--- a/rpython/doc/rpython.rst
+++ b/rpython/doc/rpython.rst
@@ -151,7 +151,7 @@
 **builtin functions**
 
   A number of builtin functions can be used.  The precise set can be
-  found in `rpython/annotator/builtin.py`_ (see ``def builtin_xxx()``).
+  found in :source:`rpython/annotator/builtin.py` (see ``def builtin_xxx()``).
   Some builtin functions may be limited in what they support, though.
 
   ``int, float, str, ord, chr``... are available as simple conversion
@@ -188,7 +188,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 in `rpython/rlib/rarithmetic.py`_):
+helpers (which live in :source:`rpython/rlib/rarithmetic.py`):
 
 **ovfcheck()**
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to