diff options
author | Ned Deily <nad@python.org> | 2018-12-23 16:37:14 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-12-23 16:37:14 -0500 |
commit | 3c6b436a57893dd1fae4e072768f41a199076252 (patch) | |
tree | b399c2953ed29264e722e1e9524f115a1acc54e9 /Lib/pydoc_data/topics.py | |
parent | 68f5dfd955ee7a16fabf90d7c370159cc0ca9b75 (diff) | |
download | cpython-git-3.6.8.tar.gz |
3.6.8finalv3.6.8
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 2d34529e81..e4c6305808 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 Dec 11 16:32:37 2018 +# Autogenerated by Sphinx on Sun Dec 23 16:24:21 2018 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |