gh-81039: Add small description of f-string's "=}" to tutorial by slateny · Pull Request #92291 · python/cpython

slateny

@slateny

@@ -133,7 +133,14 @@ applies :func:`repr`::
>>> print(f'My hovercraft is full of {animals!r}.')
My hovercraft is full of 'eels'.

For a reference on these format specifications, see
The ``=`` specifier can be used to expand an expression and its evaluation: