8000 [3.11] Docs: Use 'f-strings' as header (GH-112888) (#112924) · python/cpython@58219bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 58219bf

Browse files
[3.11] Docs: Use 'f-strings' as header (GH-112888) (#112924)
Docs: Use 'f-strings' as header (GH-112888) (cherry picked from commit 5bf7580) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 671f3d3 commit 58219bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/reference/lexical_analysis.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,10 +690,12 @@ and formatted string literals may be concatenated with plain string literals.
690690
single: ! (exclamation); in formatted string literal
691691
single: : (colon); in formatted string literal
692692
single: = (equals); for help in debugging using string literals
693+
693694
.. _f-strings:
695+
.. _formatted-string-literals:
694696

695-
Formatted string literals
696-
-------------------------
697+
f-strings
698+
---------
697699

698700
.. versionadded:: 3.6
699701

0 commit comments

Comments
 (0)
0