mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
gh-127833: lexical analysis: Add backticks to BOM example (#132407)
This commit is contained in:
parent
b48599b801
commit
0552ce0fb2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ which is recognized by Bram Moolenaar's VIM.
|
|||
|
||||
If no encoding declaration is found, the default encoding is UTF-8. If the
|
||||
implicit or explicit encoding of a file is UTF-8, an initial UTF-8 byte-order
|
||||
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.
|
||||
|
||||
If an encoding is declared, the encoding name must be recognized by Python
|
||||
(see :ref:`standard-encodings`). The
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue