fix typo: spection -> section
This commit is contained in:
parent
e75fcd0c28
commit
8a7b89bfa2
|
@ -37,7 +37,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
|
||||||
|
|
||||||
Configuration files may include comments, prefixed by specific characters (``#``
|
Configuration files may include comments, prefixed by specific characters (``#``
|
||||||
and ``;``). Comments may appear on their own in an otherwise empty line, or may
|
and ``;``). Comments may appear on their own in an otherwise empty line, or may
|
||||||
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
|
||||||
need to be preceded by a whitespace character to be recognized as a comment.
|
need to be preceded by a whitespace character to be recognized as a comment.
|
||||||
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
|
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
|
||||||
does not.)
|
does not.)
|
||||||
|
|
Loading…
Reference in New Issue