More on issue 25206: typo.
This commit is contained in:
parent
489ca44aa3
commit
e7c46cdbe8
|
@ -294,7 +294,7 @@ mechanism that ``str.format()`` uses to convert values to strings.
|
|||
|
||||
For example, this code::
|
||||
|
||||
f'abc{expr1:spec1}{expr2!r:spec2}def{expr3:!s}ghi'
|
||||
f'abc{expr1:spec1}{expr2!r:spec2}def{expr3!s}ghi'
|
||||
|
||||
Might be be evaluated as::
|
||||
|
||||
|
|
Loading…
Reference in New Issue