Skip to content

Commit 954899c

Browse files
committed
Fix lint issue
1 parent 0e29282 commit 954899c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0750.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ to how it behaves in f-strings, though due to limitations of the implementation
456456
there is a slight difference.
457457

458458
In particular, ``t'{value=}'`` is treated as ``t'value={value!r}'``. The first
459-
static string is rewritten from ``""`` to ``"value="`` and the conversion
459+
static string is rewritten from ``""`` to ``"value="`` and the conversion
460460
defaults to ``r``:
461461

462462
.. code-block:: python

0 commit comments

Comments
 (0)