[Python-checkins] r83103 - python/branches/py3k/Lib/idlelib/PyShell.py

ezio.melotti python-checkins at python.org
Fri Jul 23 18:48:22 CEST 2010


Author: ezio.melotti
Date: Fri Jul 23 18:48:22 2010
New Revision: 83103

Log:
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.

Modified:
   python/branches/py3k/Lib/idlelib/PyShell.py

Modified: python/branches/py3k/Lib/idlelib/PyShell.py
==============================================================================
--- python/branches/py3k/Lib/idlelib/PyShell.py	(original)
+++ python/branches/py3k/Lib/idlelib/PyShell.py	Fri Jul 23 18:48:22 2010
@@ -548,7 +548,7 @@
         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.
 
         """


More information about the Python-checkins mailing list