diff options
author | Ned Deily <nad@python.org> | 2016-10-11 00:53:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-10-11 00:53:33 (GMT) |
commit | 4d80a8a9165bea1acb542c49cc37d32551284f5b (patch) | |
tree | 6b046e84de2425caa8f7069046e93fd49b69b927 /Lib/pydoc_data/topics.py | |
parent | ec1f28a63c24b81137de1f1b5a45fc80d9f1fdfa (diff) | |
parent | a4f45bb0c4e5c899d6ec793f423ce16f631b867e (diff) | |
download | cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.zip cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.tar.gz cpython-4d80a8a9165bea1acb542c49cc37d32551284f5b.tar.bz2 |
Merge 3.6 releasing branch
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 3579484..aaf2ce6 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Mon Sep 12 10:47:11 2016 +# Autogenerated by Sphinx on Mon Oct 10 15:59:17 2016 topics = {'assert': '\n' 'The "assert" statement\n' '**********************\n' |