Skip to content

Commit c04608f

Browse files
committed
foo -> value
1 parent 1ac438f commit c04608f

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
@@ -1310,7 +1310,7 @@ First, ``Interpolation.format_spec`` defaults to ``""`` if not provided:
13101310
13111311
Next, the debug specifier, ``=``, is treated as a special case and is processed
13121312
before the AST is created. It is therefore not possible to distinguish
1313-
``t"{foo=}"`` from ``t"foo={foo!r}"``:
1313+
``t"{value=}"`` from ``t"value={value!r}"``:
13141314

13151315
.. code-block:: python
13161316

0 commit comments

Comments
 (0)