diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-06-17 11:27:08 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-06-17 11:29:18 +0100 |
commit | 865714a117aca026ecd407159bc6b380a0299bb8 (patch) | |
tree | 1f6ae48836dc0c04868ed0975a776167b0f140b9 /Lib/pydoc_data/topics.py | |
parent | 7297d74251de3b1c02dcdb9ca281461cc7fb4535 (diff) | |
download | cpython-git-3.10.0b3.tar.gz |
Python 3.10.0b3v3.10.0b3
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-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 9c19173fd3..5943dcdf1e 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 May 31 12:30:19 2021 +# Autogenerated by Sphinx on Thu Jun 17 11:28:07 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |