projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a4a6a
)
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
author
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 23 Jul 2010 16:48:22 +0000
(16:48 +0000)
committer
Ezio Melotti
<ezio.melotti@gmail.com>
Fri, 23 Jul 2010 16:48:22 +0000
(16:48 +0000)
Lib/idlelib/PyShell.py
patch
|
blob
|
history
diff --git
a/Lib/idlelib/PyShell.py
b/Lib/idlelib/PyShell.py
index e906292e17dd8293a2711e1381ff6af35c862f76..429ba2ee29ccf254482b0510c9b369cc8f07fbd8 100644
(file)
--- 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 exceptio
p
n. It is queried through
+ static object looking at the last exception. It is queried through
the RPC mechanism.
"""