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

tismer at codespeak.net tismer at codespeak.net
Fri May 20 21:12:43 CEST 2005


Author: tismer
Date: Fri May 20 21:12:43 2005
New Revision: 12666

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

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Fri May 20 21:12:43 2005
@@ -802,7 +802,9 @@
 
       f_g = g
 
-``The meat of the code``::
+``the real code body is here:``
+
+::
 
       def g(space, w_n_2):
         goto = 3 # startblock
@@ -835,7 +837,9 @@
 
       fastf_g = g
 
-``Initialisation code``::
+``the rest is initialization:``
+
+::
 
       g3dict = space.newdict([])
       gs___name__ = space.wrap('__name__')



More information about the Pypy-commit mailing list