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

fijal at codespeak.net fijal at codespeak.net
Wed Dec 5 21:08:35 CET 2007


Author: fijal
Date: Wed Dec  5 21:08:32 2007
New Revision: 49421

Modified:
   pypy/dist/pypy/doc/coding-guide.txt
Log:
Fix rctypes link.


Modified: pypy/dist/pypy/doc/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/doc/coding-guide.txt	(original)
+++ pypy/dist/pypy/doc/coding-guide.txt	Wed Dec  5 21:08:32 2007
@@ -726,11 +726,11 @@
 namespace.
 
 Sometimes it is necessary to really write some functions in C (or
-whatever target language). See `rctypes`_ and `external functions
+whatever target language). See `rffi`_ and `external functions
 documentation`_ for details. The latter approach is cumbersome and
 being phased out and former has currently quite a few rough edges.
 
-.. _`rctypes`: rctypes.html
+.. _`rffi`: rffi.html
 .. _`external functions documentation`: translation.html#extfunccalls
 
 application level definitions



More information about the Pypy-commit mailing list