diff options
author | KunYuChen <18z@users.noreply.github.com> | 2017-06-21 04:30:45 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-06-21 04:30:45 (GMT) |
commit | f3e8209152dffd201620c5b5936946a9250ac359 (patch) | |
tree | c93a915c8b3a6e595993430c2587972162748721 /Lib | |
parent | 77f68e36189437dc293e4c0cef4eae8001f1d4b6 (diff) | |
download | cpython-f3e8209152dffd201620c5b5936946a9250ac359.zip cpython-f3e8209152dffd201620c5b5936946a9250ac359.tar.gz cpython-f3e8209152dffd201620c5b5936946a9250ac359.tar.bz2 |
Fix trivial typo in idlelib/config.py (GH-2309)
Comceptually -> Conceptually
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 6a9fc61..6d683e2 100644 --- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py @@ -7,7 +7,7 @@ which duplicate the defaults will be removed from the user's configuration files, and if a user file becomes empty, it will be deleted. -The configuration database maps options to values. Comceptually, the +The configuration database maps options to values. Conceptually, the database keys are tuples (config-type, section, item). As implemented, there are separate dicts for default and user values. Each has config-type keys 'main', 'extensions', 'highlight', and 'keys'. The |