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

hpk at codespeak.net hpk at codespeak.net
Wed May 18 15:41:04 CEST 2005


Author: hpk
Date: Wed May 18 15:41:04 2005
New Revision: 12440

Modified:
   pypy/dist/pypy/documentation/coding-guide.txt
Log:
fixing some of the ReST fixes 



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:41:04 2005
@@ -518,7 +518,7 @@
 
 Application level specifiations are found in the `appleveldefs` 
 dictionary found in ``__init__.py`` files of directories in ``pypy/module``. 
-For example, in ``pypy/module/builtin/__init__.py``_ you find the following 
+For example, in `pypy/module/builtin/__init__.py`_ you find the following 
 entry specifying where ``__builtin__.locals`` comes from:: 
 
      ...
@@ -536,7 +536,7 @@
 
 Interpreter level specifiations are found in the ``interpleveldefs`` 
 dictionary found in ``__init__.py`` files of directories in ``pypy/module``. 
-For example, in ``pypy/module/builtin/__init__.py``_ the following 
+For example, in `pypy/module/builtin/__init__.py`_ the following 
 entry specifies where ``__builtin__.len`` comes from:: 
 
      ...



More information about the Pypy-commit mailing list