From: KunYuChen <18z@users.noreply.github.com> Date: Wed, 21 Jun 2017 04:30:45 +0000 (+0800) Subject: Fix trivial typo in idlelib/config.py (GH-2309) X-Git-Tag: v3.7.0a1~555 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3e8209152dffd201620c5b5936946a9250ac359;p=thirdparty%2FPython%2Fcpython.git Fix trivial typo in idlelib/config.py (GH-2309) Comceptually -> Conceptually --- diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 6a9fc61c2b59..6d683e2b80ac 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