summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle_test/htest.py
diff options
context:
space:
mode:
authorTal Einat <taleinat+github@gmail.com>2018-09-25 15:10:14 +0300
committerGitHub <noreply@github.com>2018-09-25 15:10:14 +0300
commit604e7b9931f9e7881a2941816e538f5f15930db8 (patch)
tree393ac360f1d76ab0afc2621c76d6b998e9813c60 /Lib/idlelib/idle_test/htest.py
parent5b3cbcd4a041eeda935dd6d0c75f2d38111ed03d (diff)
downloadcpython-git-604e7b9931f9e7881a2941816e538f5f15930db8.tar.gz
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Diffstat (limited to 'Lib/idlelib/idle_test/htest.py')
-rw-r--r--Lib/idlelib/idle_test/htest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index 03bee51707..8c1c24d070 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -163,7 +163,7 @@ _grep_dialog_spec = {
'msg': "Click the 'Show GrepDialog' button.\n"
"Test the various 'Find-in-files' functions.\n"
"The results should be displayed in a new '*Output*' window.\n"
- "'Right-click'->'Goto file/line' anywhere in the search results "
+ "'Right-click'->'Go to file/line' anywhere in the search results "
"should open that file \nin a new EditorWindow."
}