Author: Christopher Pope <[email protected]>
Branch: 
Changeset: r61670:c6c3dda18101
Date: 2013-02-22 21:05 -0500
http://bitbucket.org/pypy/pypy/changeset/c6c3dda18101/

Log:    Use the correct path after the split

diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -20,7 +20,7 @@
 
 To start the interactive translator shell do::
 
-    cd pypy
+    cd rpython
     python bin/translatorshell.py
 
 Test snippets of translatable code are provided in the file
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to