diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-04 13:04:49 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-04 14:56:53 +0200 |
commit | 1f2e3088f3c097b5bde69bbd63dfcd0852d31984 (patch) | |
tree | e6404680595ab9dfe11ad80ea2d92a38bf44e5a2 /Lib/pydoc_data | |
parent | c7b0feca25fc68ec3e0884b82e5f45a4da011e8e (diff) | |
download | cpython-git-3.9.4.tar.gz |
Python 3.9.4v3.9.4
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 eb5b8936c0..e3b6f14e4f 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Fri Apr 2 11:48:03 2021 +# Autogenerated by Sphinx on Sun Apr 4 14:53:49 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |