aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz <cfbolz@gmx.de>2016-06-27 11:17:50 +0200
committerCarl Friedrich Bolz <cfbolz@gmx.de>2016-06-27 11:17:50 +0200
commitc01de95c0b25d111046e3e8740b33e36f6639e2f (patch)
treec6e887ca760111071b4b31f94c8a2130a54a9d2a /rpython/doc
parentSilence the warning: old-style non-light finalizers are still ok (diff)
downloadpypy-c01de95c0b25d111046e3e8740b33e36f6639e2f.tar.gz
pypy-c01de95c0b25d111046e3e8740b33e36f6639e2f.tar.bz2
pypy-c01de95c0b25d111046e3e8740b33e36f6639e2f.zip
remove mentions of translate.py from the docs
Diffstat (limited to 'rpython/doc')
-rw-r--r--rpython/doc/getting-started.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpython/doc/getting-started.rst b/rpython/doc/getting-started.rst
index a3eeed0d84..066715c094 100644
--- a/rpython/doc/getting-started.rst
+++ b/rpython/doc/getting-started.rst
@@ -142,8 +142,8 @@ type simply::
Translating Full Programs
~~~~~~~~~~~~~~~~~~~~~~~~~
-To translate full RPython programs, there is the script ``translate.py`` in
-:source:`rpython/translator/goal`. Examples for this are a slightly changed version of
+To translate full RPython programs, there is the script ``bin/rpython`` in
+:source:`rpython/bin/`. Examples for this are a slightly changed version of
Pystone::
python bin/rpython translator/goal/targetrpystonedalone