diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:48:22 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-07-23 16:48:22 (GMT) |
commit | 6086118ceda2630dbc5eafabfb113fae678fb6a4 (patch) | |
tree | 75013894774f080d7567a922f981876641d0ac22 /Lib/idlelib | |
parent | 81a4a6abb7a331c2a9d1227146b0ccb7f6a6cd4c (diff) | |
download | cpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.zip cpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.tar.gz cpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.tar.bz2 |
#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 e906292..429ba2e 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. """ |