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

arigo at codespeak.net arigo at codespeak.net
Fri Feb 9 15:46:03 CET 2007


Author: arigo
Date: Fri Feb  9 15:46:01 2007
New Revision: 38261

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	Fri Feb  9 15:46:01 2007
@@ -227,7 +227,7 @@
 Notice that using a tainted boolean like ``x > 5`` in an ``if``
 statement is forbidden.  This is because knowing which path is followed
 would give away a hint about ``x``; in the example above, if the
-statement ``if x > 5: y = 2`` were allowed to run, we would know
+statement ``if x > 5: y = 2`` was allowed to run, we would know
 something about the value of ``x`` by looking at the (untainted) value
 in the variable ``y``.
 



More information about the Pypy-commit mailing list