diff options
author | Ned Deily <nad@python.org> | 2019-12-11 03:27:49 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-12-11 03:28:36 -0500 |
commit | 7ea0551592d80584b318099d5ebde4e7c552679f (patch) | |
tree | fef3f8fa117cdeecf5384fb67a80f8987a13b587 /Lib/pydoc_data | |
parent | b23c0840ce07e03f2705fb08d94f8f03e5c5d5b8 (diff) | |
download | cpython-git-3.6.10rc1.tar.gz |
3.6.10rc1v3.6.10rc1
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 df3f212eb7..b7d7cfa412 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 Jun 18 20:31:29 2019 +# Autogenerated by Sphinx on Wed Dec 11 03:20:37 2019 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |