diff options
author | Thomas Wouters <thomas@python.org> | 2024-10-07 04:58:58 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-10-07 05:02:14 (GMT) |
commit | 60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 (patch) | |
tree | ed4b2f783624aede5e79a73a2375d2db521fbf72 /Lib | |
parent | 8c80a26078c304a31f6fc61271b437a5cd495411 (diff) | |
download | cpython-3.13.0.zip cpython-3.13.0.tar.gz cpython-3.13.0.tar.bz2 |
Python 3.13.0v3.13.0
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/pydoc_data/topics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 81c0b68..dbfeb55 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Tue Oct 1 04:00:06 2024 +# Autogenerated by Sphinx on Mon Oct 7 06:59:36 2024 # as part of the release process. topics = {'assert': 'The "assert" statement\n' '**********************\n' |