]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[doc] Remove superfluous comment about equal in f-strings (GH-22006)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Sep 2020 06:48:54 +0000 (23:48 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 06:48:54 +0000 (23:48 -0700)
Automerge-Triggered-By: @kushaldas
(cherry picked from commit 788b79fa7b6184221e68d4f1a3fbe0b3270693f6)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
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