[Python-checkins] [doc] Remove superfluous comment about equal in f-strings (GH-22006)

Miss Islington (bot) webhook-mailer at python.org
Tue Sep 15 09:49:28 EDT 2020


https://github.com/python/cpython/commit/b86e62644fb394402850fbc16ca0b8b3638b8378
commit: b86e62644fb394402850fbc16ca0b8b3638b8378
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-09-09T23:48:54-07:00
summary:

[doc] Remove superfluous comment about equal in f-strings (GH-22006)


Automerge-Triggered-By: @kushaldas
(cherry picked from commit 788b79fa7b6184221e68d4f1a3fbe0b3270693f6)

Co-authored-by: Andre Delfino <adelfino at gmail.com>

files:
M Doc/reference/lexical_analysis.rst

diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 4c0f5688da4d7..19ba83a5513d8 100644
--- a/Doc/reference/lexical_analysis.rst
+++ b/Doc/reference/lexical_analysis.rst
@@ -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



More information about the Python-checkins mailing list