diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:19:03 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:20:40 (GMT) |
commit | d03b868578a29d9d64f829459b584eed48862056 (patch) | |
tree | 0425c4d389f326b614f9b7a10221c7c115a2651b /Lib | |
parent | 66a01b068be674939a062c9f4e943f42d8d13aec (diff) | |
download | cpython-3.11.11.zip cpython-3.11.11.tar.gz cpython-3.11.11.tar.bz2 |
Python 3.11.11v3.11.11
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 74033ec..5fce457 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Sat Sep 7 02:03:11 2024 +# Autogenerated by Sphinx on Tue Dec 3 12:19:55 2024 # as part of the release process. topics = {'assert': 'The "assert" statement\n' '**********************\n' |