Fixed wording.

This commit is contained in:
Eric V. Smith 2015-08-29 16:21:04 -04:00
parent 8546af530e
commit dda8eb22a9
1 changed files with 3 additions and 2 deletions

View File

@ -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}'