8000 Docs: Use 'f-strings' as header by hugovk · Pull Request #112888 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use 'f-strings' as header
  • Loading branch information
hugovk committed Dec 8, 2023
commit affcbc8a42d4a199fb02606dee6a112e7cef7872
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