Skip to content

Commit 5bf7580

Browse files
authored
Docs: Use 'f-strings' as header (#112888)
1 parent ca1bde8 commit 5bf7580

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)