Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef019b commit bcd5907Copy full SHA for bcd5907
Doc/whatsnew/3.12.rst
@@ -1599,7 +1599,7 @@ Changes in the Python API
1599
functions is now changed due to the changes introduced in :pep:`701`. This
1600
means that ``STRING`` tokens are not emitted any more for f-strings and the
1601
tokens described in :pep:`701` are now produced instead: ``FSTRING_START``,
1602
- ``FSRING_MIDDLE`` and ``FSTRING_END`` are now emitted for f-string "string"
+ ``FSTRING_MIDDLE`` and ``FSTRING_END`` are now emitted for f-string "string"
1603
parts in addition to the appropriate tokens for the tokenization in the
1604
expression components. For example for the f-string ``f"start {1+1} end"``
1605
the old version of the tokenizer emitted::
0 commit comments