mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix a typo
This commit is contained in:
parent
ebde1498e7
commit
0adf0846ce
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ others.
|
|||
|
||||
Sections are normally stored in a builtin dictionary. An alternative
|
||||
dictionary type can be passed to the \class{ConfigParser} constructor.
|
||||
For example, if a dictionary type is passed that sorts is keys,
|
||||
For example, if a dictionary type is passed that sorts its keys,
|
||||
the sections will be sorted on write-back, as will be the keys within
|
||||
each section.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue