Fix trivial typo in idlelib/config.py (GH-2309)

Comceptually -> Conceptually
This commit is contained in:
KunYuChen 2017-06-21 12:30:45 +08:00 committed by Mariatta
parent 77f68e3618
commit f3e8209152

View File

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