[pypy-svn] rev 1750 - pypy/trunk/src/pypy/translator

sanxiyn at codespeak.net sanxiyn at codespeak.net
Sun Oct 12 06:56:45 CEST 2003


Author: sanxiyn
Date: Sun Oct 12 06:56:45 2003
New Revision: 1750

Modified:
   pypy/trunk/src/pypy/translator/translator.py
Log:
docstring change


Modified: pypy/trunk/src/pypy/translator/translator.py
==============================================================================
--- pypy/trunk/src/pypy/translator/translator.py	(original)
+++ pypy/trunk/src/pypy/translator/translator.py	Sun Oct 12 06:56:45 2003
@@ -1,6 +1,8 @@
-"""
+"""\
+PyPy Translator Frontend
+
 Glue script putting together the various pieces of the translator.
-Can also be used for interactive testing of the translator, when run as:
+Can be used for interactive testing of the translator. Run as:
 
     python -i translator.py
 


More information about the Pypy-commit mailing list