cpython/Doc/tutorial
Miss Islington (bot) 37c2c8c9d8
[3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536)
Docs: Add note to tutorial clarifying scope (GH-134534)

* Add note to tutorial

* Update formatting
(cherry picked from commit 742d5b5c5d)

Co-authored-by: Kattni <kattni@kattni.com>
2025-05-22 18:32:49 +00:00
..
appendix.rst gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix (GH-125617) 2024-10-16 15:53:30 -05:00
appetite.rst
classes.rst Python Tutorial typo fix (#128077) 2024-12-20 18:09:56 +01:00
controlflow.rst [3.14] fix indent in controlflow.rst docs (GH-134008) (#134184) 2025-05-18 16:29:03 +00:00
datastructures.rst gh-101100: amend references starting with !~ in gh-127054 (#127684) 2024-12-06 16:09:20 +02:00
errors.rst gh-130080: implement PEP 765 (#130087) 2025-03-17 20:48:54 +00:00
floatingpoint.rst gh-123492: Remove unnecessary :func: parentheses (#123493) 2024-08-30 14:34:09 +03:00
index.rst [3.14] Docs: Add note to tutorial clarifying scope (GH-134534) (#134536) 2025-05-22 18:32:49 +00:00
inputoutput.rst gh-85583: Add f-string index in tutorial/inputoutput.rst (GH-21681) 2024-10-30 10:26:29 -07:00
interactive.rst gh-116666: Add "token" glossary term (GH-130888) 2025-03-17 17:05:47 +01:00
interpreter.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
introduction.rst [3.14] Doc: Allow translating a code block in the tutorial (GH-131353) (#133648) 2025-05-08 09:28:58 +00:00
modules.rst gh-101100: Consolidate documentation on ModuleType attributes (#124709) 2024-10-09 10:53:57 +00:00
stdlib.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
stdlib2.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
venv.rst gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404) 2024-10-13 22:16:15 +05:30
whatnow.rst