mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Automerge-Triggered-By: @kushaldas
This commit is contained in:
parent
471247150e
commit
788b79fa7b
1 changed files with 1 additions and 1 deletions
|
|
@ -702,7 +702,7 @@ defaults to the :func:`str` of the expression unless a conversion ``'!r'`` is
|
|||
declared.
|
||||
|
||||
.. versionadded:: 3.8
|
||||
The equal sign ``'='`` was added in Python 3.8.
|
||||
The equal sign ``'='``.
|
||||
|
||||
If a conversion is specified, the result of evaluating the expression
|
||||
is converted before formatting. Conversion ``'!s'`` calls :func:`str` on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue