[pypy-svn] r24001 - pypy/dist/pypy/translator

tismer at codespeak.net tismer at codespeak.net
Mon Mar 6 02:29:00 CET 2006


Author: tismer
Date: Mon Mar  6 02:28:57 2006
New Revision: 24001

Modified:
   pypy/dist/pypy/translator/translator.py
Log:
docstring did not represent reality -> translatorshell - XXX is there any way to at least detect such things automatically?

Modified: pypy/dist/pypy/translator/translator.py
==============================================================================
--- pypy/dist/pypy/translator/translator.py	(original)
+++ pypy/dist/pypy/translator/translator.py	Mon Mar  6 02:28:57 2006
@@ -2,7 +2,7 @@
 
 The Translator is a glue class putting together the various pieces of the
 translation-related code.  It can be used for interactive testing of the
-translator; see pypy/bin/translator.py.
+translator; see pypy/bin/translatorshell.py.
 """
 import autopath, os, sys, types, copy
 



More information about the Pypy-commit mailing list