Fixed wording.
This commit is contained in:
parent
8546af530e
commit
dda8eb22a9
|
@ -569,8 +569,9 @@ is desired.
|
|||
``!s``, ``!r``, and ``!a`` are redundant
|
||||
----------------------------------------
|
||||
|
||||
The ``!s``, ``!r``, and ``!a`` are not strictly required. Because
|
||||
arbitrary expressions are allowed inside the f-strings, this code::
|
||||
The ``!s``, ``!r``, and ``!a`` conversions are not strictly
|
||||
required. Because arbitrary expressions are allowed inside the
|
||||
f-strings, this code::
|
||||
|
||||
>>> a = 'some string'
|
||||
>>> f'{a!r}'
|
||||
|
|
Loading…
Reference in New Issue