Clarify 'Open Module' dialog text

This commit is contained in:
Guido van Rossum 1998-10-16 16:09:57 +00:00
parent 04430793ed
commit e1dedc096e

View file

@ -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)