Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75fcd0 commit 8a7b89bCopy full SHA for 8a7b89b
1 file changed
Doc/library/configparser.rst
@@ -37,7 +37,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
37
38
Configuration files may include comments, prefixed by specific characters (``#``
39
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
+be entered in lines holding values or section names. In the latter case, they
41
need to be preceded by a whitespace character to be recognized as a comment.
42
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
43
does not.)
0 commit comments