[pypy-svn] r12669 - pypy/dist/pypy/documentation

arigo at codespeak.net arigo at codespeak.net
Fri May 20 21:41:14 CEST 2005


Author: arigo
Date: Fri May 20 21:41:13 2005
New Revision: 12669

Modified:
   pypy/dist/pypy/documentation/translation.txt
Log:
Typo.


Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Fri May 20 21:41:13 2005
@@ -852,7 +852,7 @@
 
 Let's have a look at the body of this code: The first definition of g is just
 for the argument parsing and is used as f_g in the gateway.interp2app.
-We look at the second definition, fastf_f, which does the actual
+We look at the second definition, fastf_g, which does the actual
 computation. Comparing to the flowgraph from above_,
 you see a code block for every block in the graph.
 Since Python has no goto statement, the jumps between the blocks are implemented



More information about the Pypy-commit mailing list