diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:24:57 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:27:57 (GMT) |
commit | 890778604a8cc99f18ce07737b198a8031c91f8d (patch) | |
tree | 1606c2b9c872747aaff2f4282447a6418e1b51ca /Lib | |
parent | b58da409aac90123c1159916908a4c49144925ee (diff) | |
download | cpython-3.10.16.zip cpython-3.10.16.tar.gz cpython-3.10.16.tar.bz2 |
Python 3.10.16v3.10.16
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 ccb2a7b..8db507a 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 01:19:53 2024 +# Autogenerated by Sphinx on Tue Dec 3 12:26:47 2024 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |