mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
[3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)
Docs: Use 'f-strings' as header (GH-112888)
(cherry picked from commit 5bf7580d72
)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
fd5d3aec2a
commit
81c2df0f8b
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