Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a7b89b

Browse files
committed
fix typo: spection -> section
1 parent e75fcd0 commit 8a7b89b

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
@@ -37,7 +37,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
3737

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

0 commit comments

Comments
 (0)