mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
This commit is contained in:
parent
81a4a6abb7
commit
6086118ced
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue