mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Clarify 'Open Module' dialog text
This commit is contained in:
@@ -111,7 +111,8 @@ class EditorWindow:
|
||||
name = string.strip(name)
|
||||
if not name:
|
||||
name = tkSimpleDialog.askstring("Module",
|
||||
"Module name:",
|
||||
"Enter the name of a Python module\n"
|
||||
"to search on sys.path and open:",
|
||||
parent=self.text)
|
||||
if name:
|
||||
name = string.strip(name)
|
||||
|
||||
Reference in New Issue
Block a user