]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
authorAndre Delfino <adelfino@gmail.com>
Thu, 10 Sep 2020 06:33:13 +0000 (03:33 -0300)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 06:33:13 +0000 (23:33 -0700)
Automerge-Triggered-By: @kushaldas
Doc/reference/lexical_analysis.rst

index 4c0f5688da4d75092f3c73859c42baffe43e5f5b..19ba83a5513d8a7a926db4827ebbd1eeae27e2da 100644 (file)
@@ -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