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

xoraxax at codespeak.net xoraxax at codespeak.net
Thu Jun 28 23:12:24 CEST 2007


Author: xoraxax
Date: Thu Jun 28 23:12:23 2007
New Revision: 44609

Modified:
   pypy/dist/pypy/doc/carbonpython.txt
Log:
Remove a "the" in carbonpython.txt

Modified: pypy/dist/pypy/doc/carbonpython.txt
==============================================================================
--- pypy/dist/pypy/doc/carbonpython.txt	(original)
+++ pypy/dist/pypy/doc/carbonpython.txt	Thu Jun 28 23:12:23 2007
@@ -178,7 +178,7 @@
     MyClass obj = new MyClass();
     obj.__init__(x);
 
-Note that this is needed only when calling RPython code from the
+Note that this is needed only when calling RPython code from 
 outside; the RPython compiler automatically calls ``__init__``
 whenever an RPython class is instantiated.
 



More information about the Pypy-commit mailing list