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

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Feb 9 16:19:47 CET 2007


Author: cfbolz
Date: Fri Feb  9 16:19:47 2007
New Revision: 38264

Modified:
   pypy/dist/pypy/doc/objspace-proxies.txt
Log:
small typos, very nice document!


Modified: pypy/dist/pypy/doc/objspace-proxies.txt
==============================================================================
--- pypy/dist/pypy/doc/objspace-proxies.txt	(original)
+++ pypy/dist/pypy/doc/objspace-proxies.txt	Fri Feb  9 16:19:47 2007
@@ -60,7 +60,7 @@
     >>>> y = thunk(f)
     >>>> type(y)
     computing...
-    <pypy type 'int'>
+    <type 'int'>
 
 A related, but more obscure feature, allows one object to be instantly
 and globally replaced with another::
@@ -165,7 +165,7 @@
 The idea is that, considering a large application that handles these
 kinds of sensitive data, there are typically only a small number of
 places that need to explicitly manipulate that sensitive data; all the
-other places merely pass it around, or do entierely unrelated things.
+other places merely pass it around, or do entirely unrelated things.
 
 Nevertheless, if a large application needs to be reviewed for security,
 it must be entierely carefully checked, because it is possible that a



More information about the Pypy-commit mailing list