diff options
author | Ned Deily <nad@python.org> | 2022-03-16 09:27:21 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2022-03-16 09:27:21 -0400 |
commit | 000593c0f97ac9b75b56064a957b84a3aaa60674 (patch) | |
tree | 2e4c6b6ad4785dc775da5a18ba294f53ef578717 /Lib/pydoc_data/topics.py | |
parent | 4a1d65fe8528c3a6e0cf2f4f9d4b58249164589d (diff) | |
download | cpython-git-3.7.13.tar.gz |
3.7.13v3.7.13
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 f0e0f6db6e..b532fec0d1 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 Sep 3 23:33:01 2021 +# Autogenerated by Sphinx on Wed Mar 16 09:24:05 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |