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

mwh at codespeak.net mwh at codespeak.net
Wed Feb 14 17:57:05 CET 2007


Author: mwh
Date: Wed Feb 14 17:57:04 2007
New Revision: 38858

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

Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Wed Feb 14 17:57:04 2007
@@ -123,7 +123,7 @@
 with no initial value at all.  It is possible to put a value into this
 object once, and only once, at any point in time.
 
-This is not entireely unrelated to a lazily-computed object, except that
+This is not entirely unrelated to a lazily-computed object, except that
 the object has no built-in knowledge about how it should compute itself.
 Trying to use such an object before it got a value results in a lock:
 the current thread is suspended, in the hope that another thread will



More information about the Pypy-commit mailing list