Skip to content

Commit 51ca27e

Browse files
committed
conversion
1 parent 3ee5299 commit 51ca27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)