diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-06-17 10:27:08 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-06-17 10:29:18 (GMT) |
commit | 865714a117aca026ecd407159bc6b380a0299bb8 (patch) | |
tree | 1f6ae48836dc0c04868ed0975a776167b0f140b9 /Lib/pydoc_data/topics.py | |
parent | 7297d74251de3b1c02dcdb9ca281461cc7fb4535 (diff) | |
download | cpython-865714a117aca026ecd407159bc6b380a0299bb8.zip cpython-865714a117aca026ecd407159bc6b380a0299bb8.tar.gz cpython-865714a117aca026ecd407159bc6b380a0299bb8.tar.bz2 |
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 9c19173..5943dcd 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' |