Commit 6086118c authored by Ezio Melotti's avatar Ezio Melotti

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

parent 81a4a6ab
...@@ -548,7 +548,7 @@ class ModifiedInterpreter(InteractiveInterpreter): ...@@ -548,7 +548,7 @@ class ModifiedInterpreter(InteractiveInterpreter):
This method is called from the subprocess, and by returning from this This method is called from the subprocess, and by returning from this
method we allow the subprocess to unblock. After a bit the shell method we allow the subprocess to unblock. After a bit the shell
requests the subprocess to open the remote stack viewer which returns a 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. the RPC mechanism.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment