commit | 67bd62fd6cda77f5c315e1e77b54fa92c024f7bf | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Thu Oct 04 01:49:54 2007 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Thu Oct 04 01:49:54 2007 +0000 |
tree | 0ad6eba26fa139d9cdec32370d5843685aa1954a | |
parent | 50e90e265fc3205fc6cc0193d3cebe08e9859b0a [diff] [blame] |
Assume that the user knows when he wants to end the line; don't insert something he didn't select or complete.
diff --git a/Lib/idlelib/AutoComplete.py b/Lib/idlelib/AutoComplete.py index 7085386..e1549be 100644 --- a/Lib/idlelib/AutoComplete.py +++ b/Lib/idlelib/AutoComplete.py
@@ -27,7 +27,7 @@ menudefs = [ ('edit', [ - ("Show completions", "<<force-open-completions>>"), + ("Show Completions", "<<force-open-completions>>"), ]) ]