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

ericvrp at codespeak.net ericvrp at codespeak.net
Tue Feb 21 21:13:58 CET 2006


Author: ericvrp
Date: Tue Feb 21 21:13:57 2006
New Revision: 23576

Modified:
   pypy/dist/pypy/doc/translation.txt
Log:
typo fix


Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt	(original)
+++ pypy/dist/pypy/doc/translation.txt	Tue Feb 21 21:13:57 2006
@@ -1305,7 +1305,7 @@
 is a dictionary called ``EXTERNALS`` which contains mappings from dummy
 functions to strings::
 
-    EXTERNAL = {
+    EXTERNALS = {
         module.ll_function: "LL_c_name_of_function"
         ...
     }



More information about the Pypy-commit mailing list