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

auc at codespeak.net auc at codespeak.net
Mon Mar 26 15:15:59 CEST 2007


Author: auc
Date: Mon Mar 26 15:15:58 2007
New Revision: 41354

Modified:
   pypy/dist/pypy/doc/objspace-proxies.txt
Log:
typo


Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Mon Mar 26 15:15:58 2007
@@ -145,7 +145,7 @@
 including the notion of logical variable.  A logical variable is really
 an object from the Python point of view; it is called "variable" for
 consistency with logic programming terminology.  It is an "empty" object
-with no initial value: it's value can be set once, and only once, at any
+with no initial value: its value can be set once, and only once, at any
 point in time.
 
 Logical variables are not entirely different from lazily-computed objects,



More information about the Pypy-commit mailing list