From: Ezio Melotti Date: Fri, 23 Jul 2010 16:50:08 +0000 (+0000) Subject: Merged revisions 83103 via svnmerge from X-Git-Tag: v3.1.3rc1~469 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9acce32a0c67ce5571782512e9349874168183b8;p=python 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. ........ --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 0898dfe6e8..0fa3d765aa 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. """