mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
[3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321)
Comceptually -> Conceptually
(cherry picked from commit f3e8209
)
This commit is contained in:
parent
4a66524006
commit
296dc492cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
configuration files, and if a user file becomes empty, it will be
|
||||||
deleted.
|
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,
|
database keys are tuples (config-type, section, item). As implemented,
|
||||||
there are separate dicts for default and user values. Each has
|
there are separate dicts for default and user values. Each has
|
||||||
config-type keys 'main', 'extensions', 'highlight', and 'keys'. The
|
config-type keys 'main', 'extensions', 'highlight', and 'keys'. The
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue