]> granicus.if.org Git - python/commitdiff
[3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321)
authorterryjreedy <tjreedy@udel.edu>
Thu, 22 Jun 2017 01:43:47 +0000 (21:43 -0400)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2017 01:43:47 +0000 (21:43 -0400)
Comceptually -> Conceptually
(cherry picked from commit f3e8209)

Lib/idlelib/config.py

index 6a9fc61c2b59d7259e483e5c39a63c55cdda9168..6d683e2b80ac07d8ba31be2f840e227742c60e16 100644 (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