Skip to content

Commit 81c2df0

Browse files
[3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)
Docs: Use 'f-strings' as header (GH-112888) (cherry picked from commit 5bf7580) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent fd5d3ae commit 81c2df0

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
@@ -708,10 +708,12 @@ and formatted string literals may be concatenated with plain string literals.
708708
single: ! (exclamation); in formatted string literal
709709
single: : (colon); in formatted string literal
710710
single: = (equals); for help in debugging using string literals
711+
711712
.. _f-strings:
713+
.. _formatted-string-literals:
712714

713-
Formatted string literals
714-
-------------------------
715+
f-strings
716+
---------
715717

716718
.. versionadded:: 3.6
717719

0 commit comments

Comments
 (0)