diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:55:21 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:55:21 (GMT) |
commit | c569cfebcebd3d3c8cf77e6c8971a19c78ff7261 (patch) | |
tree | 327b3cc2706b3ad443f0b21cd7b80a85d3748075 /Lib/idlelib/PyShell.py | |
parent | c22b718b1a47eef368800be4b0d72da2cbcf108e (diff) | |
download | cpython-c569cfebcebd3d3c8cf77e6c8971a19c78ff7261.zip cpython-c569cfebcebd3d3c8cf77e6c8971a19c78ff7261.tar.gz cpython-c569cfebcebd3d3c8cf77e6c8971a19c78ff7261.tar.bz2 |
Merged revisions 83103 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83103 | ezio.melotti | 2010-07-23 19:48:22 +0300 (Fri, 23 Jul 2010) | 1 line
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
........
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r-- | Lib/idlelib/PyShell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 5491a75..acae420 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -552,7 +552,7 @@ class ModifiedInterpreter(InteractiveInterpreter): This method is called from the subprocess, and by returning from this method we allow the subprocess to unblock. After a bit the shell requests the subprocess to open the remote stack viewer which returns a - static object looking at the last exceptiopn. It is queried through + static object looking at the last exception. It is queried through the RPC mechanism. """ |