]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix trivial typo in idlelib/config.py (GH-2309)
authorKunYuChen <18z@users.noreply.github.com>
Wed, 21 Jun 2017 04:30:45 +0000 (12:30 +0800)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 21 Jun 2017 04:30:45 +0000 (21:30 -0700)
Comceptually -> Conceptually

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