Docs: Use 'f-strings' as header (#112888)

This commit is contained in:
Hugo van Kemenade 2023-12-10 10:39:51 +02:00 committed by GitHub
parent ca1bde8943
commit 5bf7580d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------------------------
.. _f-strings:
.. _formatted-string-literals:
f-strings
---------
.. versionadded:: 3.6