cpython/Doc/tutorial
Miss Islington (bot) 95fd2dfd3f
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
**Before**
This prevents directories with a common name, such as ``string``, unintentionally hiding ...
**After**
This prevents directories with a common name, such as ``string``, from unintentionally hiding ...
(cherry picked from commit 0a539b5db3)

Co-authored-by: Robert Prater (B. Eng) <robcprater@gmail.com>
2023-03-14 17:10:39 -07:00
..
appendix.rst
appetite.rst
classes.rst gh-100633 Tutorial: Fix dataclasses import (GH-100638) 2022-12-31 04:28:36 -08:00
controlflow.rst
datastructures.rst Doc: use "unnumbered" footnotes (GH-98954) 2022-11-01 06:35:26 -07:00
errors.rst [3.10] gh-97654: Add auto exception chaining example to tutorial (GH-97703) (#97884) 2022-10-05 14:51:10 -07:00
floatingpoint.rst
index.rst
inputoutput.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-25 01:20:53 -07:00
interactive.rst
interpreter.rst tutorial: remove "with single quotes" (GH-98204) 2022-10-12 09:07:49 -07:00
introduction.rst gh-55688: Add note about ending backslashes for raw strings (GH-94768) 2022-12-27 21:39:53 -08:00
modules.rst gh-102703: Fix typo in modules tutorial documentation (GH-102707) 2023-03-14 17:10:39 -07:00
stdlib.rst
stdlib2.rst
venv.rst [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) 2023-03-14 12:52:27 -06:00
whatnow.rst