cpython/Doc/tutorial
Miss Islington (bot) 210bd2a50d
[3.13] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) (GH-126191)
gh-85583: Add f-string index in tutorial/inputoutput.rst  (GH-21681)

* bpo-41411 fstring index in tutorial/inputoutput

To assist in searching for fstrings I have added an index

* Add newline

---------

(cherry picked from commit a3443c0e22)

Co-authored-by: amaajemyfren <32741226+amaajemyfren@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2024-10-30 10:35:10 -07:00
..
appendix.rst [3.13] gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH-125619) 2024-10-16 20:58:49 +00:00
appetite.rst
classes.rst [3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124556) 2024-09-25 17:29:48 -07:00
controlflow.rst [3.13] docs: restore an anchor to for/else (GH-126154) (#126159) 2024-10-30 08:16:33 +00:00
datastructures.rst [3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122954) 2024-08-12 18:56:36 +00:00
errors.rst [3.13] Fix a typo in `Doc/tutorial/errors.rst` exception output (GH-126001) (#126009) 2024-10-26 15:32:37 +00:00
floatingpoint.rst [3.13] gh-123492: Remove unnecessary :func: parentheses (gh-123493) (#123513) 2024-08-30 20:14:48 +03:00
index.rst
inputoutput.rst [3.13] gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) (GH-126191) 2024-10-30 10:35:10 -07:00
interactive.rst gh-111406: Fix broken link to bpython's site (#111407) 2023-10-27 18:36:22 +00:00
interpreter.rst Docs: Use substitutions instead of manual version updates (#115416) 2024-02-13 23:55:00 -07:00
introduction.rst [3.13] Docs: make a tutorial example more precise (GH-125066) (#125078) 2024-10-08 02:15:42 +01:00
modules.rst [3.13] gh-101100: Consolidate documentation on ModuleType attributes (#124709) (#125208) 2024-10-09 20:03:30 +01:00
stdlib.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
stdlib2.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
venv.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
whatnow.rst