Skip to content

Commit 788b79f

Browse files
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
Automerge-Triggered-By: @kushaldas
1 parent 4712471 commit 788b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ defaults to the :func:`str` of the expression unless a conversion ``'!r'`` is
702702
declared.
703703

704704
.. versionadded:: 3.8
705-
The equal sign ``'='`` was added in Python 3.8.
705+
The equal sign ``'='``.
706706

707707
If a conversion is specified, the result of evaluating the expression
708708
is converted before formatting. Conversion ``'!s'`` calls :func:`str` on

0 commit comments

Comments
 (0)