summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-07-23 16:48:22 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-07-23 16:48:22 (GMT)
commit6086118ceda2630dbc5eafabfb113fae678fb6a4 (patch)
tree75013894774f080d7567a922f981876641d0ac22
parent81a4a6abb7a331c2a9d1227146b0ccb7f6a6cd4c (diff)
downloadcpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.zip
cpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.tar.gz
cpython-6086118ceda2630dbc5eafabfb113fae678fb6a4.tar.bz2
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
-rw-r--r--Lib/idlelib/PyShell.py2
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.
"""