0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
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
classes.rst gh-119016: Remove outdated sentences from the "classes" tutorial (#119130) 2024-06-01 21:20:00 +00:00
controlflow.rst
datastructures.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
errors.rst
floatingpoint.rst
index.rst
inputoutput.rst gh-110383: Improve 'old string formatting' text in tutorial (#120219) 2024-06-07 15:37:18 +02:00
interactive.rst
interpreter.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
introduction.rst
modules.rst
stdlib2.rst gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) 2024-06-12 17:23:03 +03:00
stdlib.rst Python 3.14.0a0 2024-05-08 16:57:05 +02:00
venv.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
whatnow.rst