We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48599b commit 0552ce0Copy full SHA for 0552ce0
Doc/reference/lexical_analysis.rst
@@ -99,7 +99,7 @@ which is recognized by Bram Moolenaar's VIM.
99
100
If no encoding declaration is found, the default encoding is UTF-8. If the
101
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.
+mark (``b'\xef\xbb\xbf'``) is ignored rather than being a syntax error.
103
104
If an encoding is declared, the encoding name must be recognized by Python
105
(see :ref:`standard-encodings`). The
0 commit comments