From: terryjreedy Date: Thu, 22 Jun 2017 01:43:47 +0000 (-0400) Subject: [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321) X-Git-Tag: v3.6.3rc1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=296dc492cc610f349db39a082a18042a79d0dc46;p=python [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321) Comceptually -> Conceptually (cherry picked from commit f3e8209) --- diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 6a9fc61c2b..6d683e2b80 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