cpython/Doc/tutorial
Miss Islington (bot) f0788cb419
[3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411)
* Remove "()" when refer to a class as a type.
* Use :func: when refer to a callable.
* Fix reference to the datetime.astimezone() method.
(cherry picked from commit 92c9c6ae14)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-06-12 14:51:35 +00: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
classes.rst [3.13] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119925) 2024-06-01 21:35:03 +00:00
controlflow.rst
datastructures.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
errors.rst gh-117597: Clarify exception handling in the tutorial (#117681) 2024-04-09 20:59:45 +00:00
floatingpoint.rst
index.rst
inputoutput.rst [3.13] gh-110383: Improve 'old string formatting' text in tutorial (GH-120219) (#120229) 2024-06-07 13:53:35 +00:00
interactive.rst
interpreter.rst Docs: Use substitutions instead of manual version updates (#115416) 2024-02-13 23:55:00 -07: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
stdlib.rst Docs: Use substitutions instead of manual version updates (#115416) 2024-02-13 23:55:00 -07:00
stdlib2.rst [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411) 2024-06-12 14:51:35 +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