summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config.py
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:21:15 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-06-03 04:21:15 (GMT)
commitd9677f36fe486e86bb86f2cd59cb7fc3804bdac1 (patch)
tree587a07399b08b0c9cb380644d3e85f50442598ce /Lib/idlelib/config.py
parentcba9f84725353455b0995bd47d0fa8cb1724464b (diff)
downloadcpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.zip
cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.gz
cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.bz2
IDLE: Fix typos in docs and comments (GH-13749)
Diffstat (limited to 'Lib/idlelib/config.py')
-rw-r--r--Lib/idlelib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py
index aa94d65..12113c1 100644
--- a/Lib/idlelib/config.py
+++ b/Lib/idlelib/config.py
@@ -12,7 +12,7 @@ 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
value for each key is a ConfigParser instance that maps section and item
-to values. For 'main' and 'extenstons', user values override
+to values. For 'main' and 'extensions', user values override
default values. For 'highlight' and 'keys', user sections augment the
default sections (and must, therefore, have distinct names).