Skip to content

Commit f3e8209

Browse files
18zMariatta
authored andcommitted
Fix trivial typo in idlelib/config.py (GH-2309)
Comceptually -> Conceptually
1 parent 77f68e3 commit f3e8209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
configuration files, and if a user file becomes empty, it will be
88
deleted.
99
10-
The configuration database maps options to values. Comceptually, the
10+
The configuration database maps options to values. Conceptually, the
1111
database keys are tuples (config-type, section, item). As implemented,
1212
there are separate dicts for default and user values. Each has
1313
config-type keys 'main', 'extensions', 'highlight', and 'keys'. The

0 commit comments

Comments
 (0)