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

hpk at codespeak.net hpk at codespeak.net
Wed May 18 22:49:39 CEST 2005


Author: hpk
Date: Wed May 18 22:49:39 2005
New Revision: 12494

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
typo


Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Wed May 18 22:49:39 2005
@@ -229,7 +229,7 @@
     45
 
 It is interesting to note that this lazy-computing Python extension 
-is solely implemented in a small `objspace/thunk.py` file consisting 
+is solely implemented in a small `objspace/thunk.py`_ file consisting 
 of around 100 lines of code. 
 
 Running the tests



More information about the Pypy-commit mailing list