diff options
author | Ned Deily <nad@python.org> | 2019-10-14 18:32:36 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-10-14 18:32:36 -0400 |
commit | 5c02a39a0b31a330e06b4d6f44835afb205dc7cc (patch) | |
tree | e7643c9a92c2e763c6c59166fc93c4ccf6d6d5c6 /Lib/pydoc_data | |
parent | 0365d511564fe724f634fdef6393f1beefe47bb3 (diff) | |
download | cpython-git-3.7.5.tar.gz |
3.7.5v3.7.5
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 fa15b648cc..ffde9d4309 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Tue Oct 1 13:12:46 2019 +# Autogenerated by Sphinx on Mon Oct 14 18:26:58 2019 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |