Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6086118

Browse files
committed
#9359: fix typo. Thanks to Piotr Kasprzyk for the patch.
1 parent 81a4a6a commit 6086118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/PyShell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def open_remote_stack_viewer(self):
548548
This method is called from the subprocess, and by returning from this
549549
method we allow the subprocess to unblock. After a bit the shell
550550
requests the subprocess to open the remote stack viewer which returns a
551-
static object looking at the last exceptiopn. It is queried through
551+
static object looking at the last exception. It is queried through
552552
the RPC mechanism.
553553
554554
"""

0 commit comments

Comments
 (0)