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

hpk at codespeak.net hpk at codespeak.net
Wed May 18 15:44:54 CEST 2005


Author: hpk
Date: Wed May 18 15:44:53 2005
New Revision: 12441

Modified:
   pypy/dist/pypy/documentation/coding-guide.txt
Log:
improving fixing of ReST still (btw, i am 
slightly unsure how to markup filenames, do we
really have a consistent way of doing this? 
i am doing it with ``filename`` double quotes
most of the time. 



Modified: pypy/dist/pypy/documentation/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/documentation/coding-guide.txt	(original)
+++ pypy/dist/pypy/documentation/coding-guide.txt	Wed May 18 15:44:53 2005
@@ -526,7 +526,7 @@
      ...
 
 The ``app_`` prefix indicates that the submodule ``app_inspect`` is 
-interpreted at application level and the function value for ``locals`` 
+interpreted at application level and the wrapped function value for ``locals`` 
 will be extracted accordingly. 
 
 .. _`pypy/module/builtin/__init__.py`: http://codespeak.net/svn/pypy/dist/pypy/module/builtin/__init__.py
@@ -580,7 +580,7 @@
 
 .. _`pypy/lib/test2`: http://codespeak.net/svn/pypy/dist/pypy/lib/test2
 
-Testing modules in `pypy/module`
+Testing modules in ``pypy/module``
 ----------------------------------
 
 Simply change to ``pypy/module`` and run the tests as usual. 



More information about the Pypy-commit mailing list