mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typo.
This commit is contained in:
parent
facfb15bb9
commit
49d474195f
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ as parts of multiline values or ignored.
|
|||
|
||||
Configuration files may include comments, prefixed by specific characters (``#``
|
||||
and ``;`` by default). Comments may appear on their own in an otherwise empty
|
||||
line, or may be entered in lines holding values or spection names. In the
|
||||
line, or may 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, by default only ``;`` starts an
|
||||
inline comment, while ``#`` does not.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue