Skip to content

Commit 0552ce0

Browse files
gh-127833: lexical analysis: Add backticks to BOM example (#132407)
1 parent b48599b commit 0552ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

+1-1
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)