mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Docs: Use 'f-strings' as header (#112888)
This commit is contained in:
parent
ca1bde8943
commit
5bf7580d72
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue