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

antocuni at codespeak.net antocuni at codespeak.net
Sat Jan 13 18:19:29 CET 2007


Author: antocuni
Date: Sat Jan 13 18:19:27 2007
New Revision: 36682

Modified:
   pypy/dist/pypy/doc/objspace.txt
Log:
missing import in example code.



Modified: pypy/dist/pypy/doc/objspace.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace.txt	(original)
+++ pypy/dist/pypy/doc/objspace.txt	Sat Jan 13 18:19:27 2007
@@ -318,6 +318,7 @@
 Example usage::
 
     $ py.py -o thunk
+    >>>> from pypymagic import thunk
     >>>> def f():
     ...     print 'computing...'
     ...     return 6*7



More information about the Pypy-commit mailing list