From: Ezio Melotti Date: Fri, 23 Jul 2010 16:48:22 +0000 (+0000) Subject: #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. X-Git-Tag: v3.2a1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6086118ceda2630dbc5eafabfb113fae678fb6a4;p=python #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index e906292e17..429ba2ee29 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. """