Skip to content

Commit

Permalink
Docs: Use 'f-strings' as header (python#112888)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 10, 2023
1 parent ca1bde8 commit 5bf7580
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Doc/reference/lexical_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Formatted string literals
-------------------------
f-strings
---------

.. versionadded:: 3.6

Expand Down

0 comments on commit 5bf7580

Please sign in to comment.