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

hpk at codespeak.net hpk at codespeak.net
Sun Jun 22 11:13:55 CEST 2003


Author: hpk
Date: Sun Jun 22 11:13:55 2003
New Revision: 896

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:13:55 2003
@@ -53,7 +53,7 @@
   Call the next function for iterator w.
 
 **call(callable, args, kwds):**
-  Call a function with the given args and keywords
+  Call a function with the given args and keywords.
 
 **is_(w_x, w_y):**
   Implements 'w_x is w_y'.


More information about the Pypy-commit mailing list