summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-09-09 23:41:13 -0700
committerGitHub <noreply@github.com>2020-09-09 23:41:13 -0700
commite3d0e9bab9640bfe062cea972da374618472b056 (patch)
tree99ff1eecf527365a42b15043101acc0c078776f1
parent9133b01b58ee1af821611cc436adb20f3e8b879d (diff)
downloadcpython-git-e3d0e9bab9640bfe062cea972da374618472b056.tar.gz
[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@gmail.com>
-rw-r--r--Doc/reference/lexical_analysis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst
index 677b7e20f3..ebacd7f471 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