diff options
author | penguindustin <penguindustin@gmail.com> | 2019-05-06 14:57:17 -0400 |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-06 14:57:17 -0400 |
commit | 964663089547ca110199e23867b46b07ff4be88c (patch) | |
tree | 7936a6abc5e5c20058b4f51dbd8379eb4658e42d /Lib/idlelib/configdialog.py | |
parent | 3921b1cc34c2fc8b8b480c19a95ec306de710fdd (diff) | |
download | cpython-964663089547ca110199e23867b46b07ff4be88c.tar.gz cpython-964663089547ca110199e23867b46b07ff4be88c.zip |
bpo-36766: Typos in docs and code comments (GH-13116)
Diffstat (limited to 'Lib/idlelib/configdialog.py')
-rw-r--r-- | Lib/idlelib/configdialog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/configdialog.py b/Lib/idlelib/configdialog.py index 31520a3b0d1..4aaec1321f7 100644 --- a/Lib/idlelib/configdialog.py +++ b/Lib/idlelib/configdialog.py @@ -2225,7 +2225,7 @@ key set, with a different name. 'General': ''' General: -AutoComplete: Popupwait is milleseconds to wait after key char, without +AutoComplete: Popupwait is milliseconds to wait after key char, without cursor movement, before popping up completion box. Key char is '.' after identifier or a '/' (or '\\' on Windows) within a string. |