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

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Jun 3 13:05:57 CEST 2005


Author: cfbolz
Date: Fri Jun  3 13:05:57 2005
New Revision: 13034

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
fixed wrong path

Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri Jun  3 13:05:57 2005
@@ -274,7 +274,7 @@
 Finally, there are the CPython regression tests which you can 
 run like this::
 
-    cd lib-python-2.3.4/test 
+    cd lib-python/2.3.4/test 
     python ../../pypy/test_all.py -E
 
 or if you have `installed py.test`_ then you simply say::



More information about the Pypy-commit mailing list