]> granicus.if.org Git - python/commitdiff
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Jul 2010 16:48:22 +0000 (16:48 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Jul 2010 16:48:22 +0000 (16:48 +0000)
Lib/idlelib/PyShell.py

index e906292e17dd8293a2711e1381ff6af35c862f76..429ba2ee29ccf254482b0510c9b369cc8f07fbd8 100644 (file)
@@ -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.
 
         """