Skip to content

Commit

Permalink
Fix punctuation errors [no substantive changes]
Browse files Browse the repository at this point in the history
Change single-backticks to double-backticks as required by rst.
  • Loading branch information
cxw42 committed Sep 15, 2024
1 parent 755ddfd commit 2445cbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ irrelevant. Each line must be one of the following:
``[`` and ``]`` and even spaces and tabs are allowed).
- Forward slashes (``/``) are used as path separators.
- Backslashes (``\\``) are not allowed as path separators (even on Windows).
- Key-Value Pair (or Pair): contains a key and a value, separated by an `=`.
- Key: The part before the first `=` (trimmed of whitespace, but including
- Key-Value Pair (or Pair): contains a key and a value, separated by an ``=``.
- Key: The part before the first ``=`` (trimmed of whitespace, but including
any whitespace in the middle).
- Value: The part after the first `=` (trimmed of whitespace, but including
- Value: The part after the first ``=`` (trimmed of whitespace, but including
any whitespace in the middle).

Any line that is not one of the above is invalid.
Expand All @@ -115,7 +115,7 @@ This specification does not define any "escaping" mechanism for

.. admonition :: Compatibility
The EditorConfig file format formerly allowed the use of `;` and `#` after the
The EditorConfig file format formerly allowed the use of ``;`` and ``;`` after the
beginning of the line to mark the rest of a line as comment. This led to
confusion how to parse values containing those characters. Old EditorConfig
parsers may still allow inline comments.
Expand Down

0 comments on commit 2445cbb

Please sign in to comment.