Skip to content

Commit ca3e3b8

Browse files
[3.14] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (#133632)
gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) (cherry picked from commit 0552ce0) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 9e1aa35 commit ca3e3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ which is recognized by Bram Moolenaar's VIM.
9999

100100
If no encoding declaration is found, the default encoding is UTF-8. If the
101101
implicit or explicit encoding of a file is UTF-8, an initial UTF-8 byte-order
102-
mark (b'\xef\xbb\xbf') is ignored rather than being a syntax error.
102+
mark (``b'\xef\xbb\xbf'``) is ignored rather than being a syntax error.
103103

104104
If an encoding is declared, the encoding name must be recognized by Python
105105
(see :ref:`standard-encodings`). The

0 commit comments

Comments
 (0)