mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Clarify 'Open Module' dialog text
This commit is contained in:
parent
04430793ed
commit
e1dedc096e
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue