From 7ab41644a87ec866b754d67dbdf357a11f9cb4b0 Mon Sep 17 00:00:00 2001 From: KunYuChen <18z@users.noreply.github.com> Date: Wed, 21 Jun 2017 12:30:45 +0800 Subject: [PATCH] [3.6] Fix trivial typo in idlelib/config.py (GH-2309) Comceptually -> Conceptually (cherry picked from commit f3e8209) --- Lib/idlelib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/config.py b/Lib/idlelib/config.py index 6a9fc61c2b59d7..6d683e2b80ac07 100644 --- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py @@ -7,7 +7,7 @@ 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