[pypy-svn] r68966 - pypy/trunk/pypy/objspace/flow
arigo at codespeak.net
arigo at codespeak.net
Wed Nov 4 11:34:16 CET 2009
Author: arigo
Date: Wed Nov 4 11:34:15 2009
New Revision: 68966
Modified:
pypy/trunk/pypy/objspace/flow/objspace.py
Log:
Typo.
Modified: pypy/trunk/pypy/objspace/flow/objspace.py
==============================================================================
--- pypy/trunk/pypy/objspace/flow/objspace.py (original)
+++ pypy/trunk/pypy/objspace/flow/objspace.py Wed Nov 4 11:34:15 2009
@@ -441,7 +441,7 @@
# XXX XXX Ha Ha
# the reason to do this is: if you interrupt the flowing of a function
# with <Ctrl-C> the bytecode interpreter will raise an applevel
- # KeyboardInterrup and you will get an AttributeError: space does not
+ # KeyboardInterrupt and you will get an AttributeError: space does not
# have w_KeyboardInterrupt, which is not very helpful
raise KeyboardInterrupt
w_KeyboardInterrupt = property(w_KeyboardInterrupt)
More information about the Pypy-commit
mailing list