Fix typo introduced when switching to backquotes.
This commit is contained in:
parent
00347d591d
commit
a2f904c448
|
@ -214,7 +214,7 @@ Escape sequences
|
|||
|
||||
Scanning an f-string for expressions happens after escape sequences
|
||||
are decoded. Because ``hex(ord('{')) == 0x7b``, the f-string
|
||||
``f'\\u007b4*10}'`` is decoded to ``f'{4*10}'``, which evaluates as
|
||||
``f'\u007b4*10}'`` is decoded to ``f'{4*10}'``, which evaluates as
|
||||
the integer 40::
|
||||
|
||||
>>> f'\u007b4*10}'
|
||||
|
|
Loading…
Reference in New Issue