[pypy-svn] rev 894 - pypy/trunk/doc

hpk at codespeak.net hpk at codespeak.net
Sun Jun 22 11:08:25 CEST 2003


Author: hpk
Date: Sun Jun 22 11:08:24 2003
New Revision: 894

Modified:
   pypy/trunk/doc/ObSpIntfc.txt
Log:
added a dot



Modified: pypy/trunk/doc/ObSpIntfc.txt
==============================================================================
--- pypy/trunk/doc/ObSpIntfc.txt	(original)
+++ pypy/trunk/doc/ObSpIntfc.txt	Sun Jun 22 11:08:24 2003
@@ -83,7 +83,7 @@
   Makes a new slice object.
 
 **newfunction(w_code, w_globals, w_defaultarguments, w_closure=None):**
-  Creates a new function object
+  Creates a new function object.
 
 **newstring(asciilist):**
   Creates a string from a list of integers.


More information about the Pypy-commit mailing list