mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
fix typo: spection -> section
This commit is contained in:
parent
71431ef51a
commit
9a9aa20ca8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ provided on initialization and retrieval. Lines beginning with ``'#'`` or
|
|||
|
||||
Configuration files may include comments, prefixed by specific characters (``#``
|
||||
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.
|
||||
(For backwards compatibility, only ``;`` starts an inline comment, while ``#``
|
||||
does not.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue