[3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)

Docs: Use 'f-strings' as header (GH-112888)
(cherry picked from commit 5bf7580d72)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-12-10 10:36:01 +01:00 committed by GitHub
parent fd5d3aec2a
commit 81c2df0f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -708,10 +708,12 @@ and formatted string literals may be concatenated with plain string literals.
single: ! (exclamation); in formatted string literal
single: : (colon); in formatted string literal
single: = (equals); for help in debugging using string literals
.. _f-strings:
Formatted string literals
-------------------------
.. _f-strings:
.. _formatted-string-literals:
f-strings
---------
.. versionadded:: 3.6