Skip to content

Commit 9a9aa20

Browse files
committed
fix typo: spection -> section
1 parent 71431ef commit 9a9aa20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

β€ŽDoc/library/configparser.rstβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
4343

4444
Configuration files may include comments, prefixed by specific characters (``#``
4545
and ``;``). Comments may appear on their own in an otherwise empty line, or may
46-
be entered in lines holding values or spection names. In the latter case, they
46+
be entered in lines holding values or section names. In the latter case, they
4747
need to be preceded by a whitespace character to be recognized as a comment.
4848
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
4949
does not.)

0 commit comments

Comments
 (0)