[pypy-svn] r2743 - pypy/trunk/doc/translation

arigo at codespeak.net arigo at codespeak.net
Thu Jan 8 11:26:28 CET 2004


Author: arigo
Date: Thu Jan  8 11:26:28 2004
New Revision: 2743

Modified:
   pypy/trunk/doc/translation/annotation.txt
Log:
Minor rephrasing.


Modified: pypy/trunk/doc/translation/annotation.txt
==============================================================================
--- pypy/trunk/doc/translation/annotation.txt	(original)
+++ pypy/trunk/doc/translation/annotation.txt	Thu Jan  8 11:26:28 2004
@@ -21,7 +21,7 @@
       return 1
 
 The flow objspace gives us the following graph (after the
-simplification that makes ``simple_call``)::
+simplification that turns ``call`` into ``simple_call``)::
 
   StartBlock(v1):
     v2 = ge(v1, 2)


More information about the Pypy-commit mailing list