[pypy-svn] r39579 - pypy/dist/pypy/doc

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Feb 28 15:27:09 CET 2007


Author: cfbolz
Date: Wed Feb 28 15:27:07 2007
New Revision: 39579

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
(mwh, cfbolz): delete two comments lines that rest didn't agree were comments


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Wed Feb 28 15:27:07 2007
@@ -477,8 +477,6 @@
 Please see the pypy/translator/js/test directory for example unittests.
 
 Here is a simple example to try::
-.. >>> from pypy.translator.interactive import Translation
-.. >>> from pypy.translator.test import snippet 
 
    >>> t = Translation(snippet.my_gcd)
    >>> a = t.annotate([int, int])



More information about the Pypy-commit mailing list