cpython/Doc/tutorial
Serhiy Storchaka 92c9c6ae14
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
* Remove "()" when refer to a class as a type.
* Use :func: when refer to a callable.
* Fix reference to the datetime.astimezone() method.
2024-06-12 17:23:03 +03:00
..
appendix.rst Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) 2024-05-07 15:28:16 +02:00
appetite.rst bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) 2021-09-22 20:33:36 +03:00
classes.rst gh-119016: Remove outdated sentences from the "classes" tutorial (#119130) 2024-06-01 21:20:00 +00:00
controlflow.rst gh-113113: doc: use less ambiguously named variable (gh-113114) 2023-12-14 15:40:24 +00:00
datastructures.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
errors.rst gh-117597: Clarify exception handling in the tutorial (#117681) 2024-04-09 20:59:45 +00:00
floatingpoint.rst Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) 2023-12-03 17:14:14 +02:00
index.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
inputoutput.rst gh-110383: Improve 'old string formatting' text in tutorial (#120219) 2024-06-07 15:37:18 +02:00
interactive.rst gh-111406: Fix broken link to bpython's site (#111407) 2023-10-27 18:36:22 +00:00
interpreter.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
introduction.rst GH-116271 Docs: provide clarification for object assignments in the Tutorial section (#116283) 2024-03-04 12:22:13 +00:00
modules.rst gh-113208: Mention namespace packages don't require __init__.py (#113209) 2023-12-19 10:39:57 +02:00
stdlib.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
stdlib2.rst gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) 2024-06-12 17:23:03 +03:00
venv.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
whatnow.rst gh-95413: Remove references to deprecated CGI library (#95414) 2022-08-30 13:14:08 +02:00