We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1bde8 commit 5bf7580Copy full SHA for 5bf7580
Doc/reference/lexical_analysis.rst
@@ -708,10 +708,12 @@ and formatted string literals may be concatenated with plain string literals.
708
single: ! (exclamation); in formatted string literal
709
single: : (colon); in formatted string literal
710
single: = (equals); for help in debugging using string literals
711
+
712
.. _f-strings:
713
+.. _formatted-string-literals:
714
-Formatted string literals
--------------------------
715
+f-strings
716
+---------
717
718
.. versionadded:: 3.6
719
0 commit comments