diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-08-05 15:44:15 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-08-05 15:45:18 +0100 |
commit | 41cb07120b7792eac6413b0c56256a25e9b14e5d (patch) | |
tree | ae282603d9fea5e2d378803899bc89adc61868dc /Lib/pydoc_data | |
parent | d6cf9e4a3efaf34b2071b7e8b10c0fef3c0ba823 (diff) | |
download | cpython-git-3.11.0rc1.tar.gz |
Python 3.11.0rc1v3.11.0rc1
Diffstat (limited to 'Lib/pydoc_data')
-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 535432725b..4a607bc3cd 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Jul 25 23:19:30 2022 +# Autogenerated by Sphinx on Fri Aug 5 15:44:44 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |