diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:50:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:50:08 (GMT) |
commit | 9acce32a0c67ce5571782512e9349874168183b8 (patch) | |
tree | ed610f6e6e3d367e5f6400d3a73aaf15cbd492fe /Lib/idlelib | |
parent | 6d70850bf09ad049e9a91c2ceb465ca974751251 (diff) | |
download | cpython-9acce32a0c67ce5571782512e9349874168183b8.zip cpython-9acce32a0c67ce5571782512e9349874168183b8.tar.gz cpython-9acce32a0c67ce5571782512e9349874168183b8.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')
-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 0898dfe..0fa3d76 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -548,7 +548,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. """ |