diff options
author | Ned Deily <nad@python.org> | 2019-12-18 18:48:49 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2019-12-18 18:48:49 (GMT) |
commit | 43364a7ae01fbe4288ef42622259a0038ce1edcc (patch) | |
tree | 27360aa537bf631c0d674ff9813576c85fb9b1aa /Lib/pydoc_data/topics.py | |
parent | 13ee023c03caf85101778b9323cdffbad695a4e0 (diff) | |
download | cpython-43364a7ae01fbe4288ef42622259a0038ce1edcc.zip cpython-43364a7ae01fbe4288ef42622259a0038ce1edcc.tar.gz cpython-43364a7ae01fbe4288ef42622259a0038ce1edcc.tar.bz2 |
3.7.6v3.7.6
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 7fee53b..0438309 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Wed Dec 11 00:13:54 2019 +# Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |