diff options
author | Larry Hastings <larry@hastings.org> | 2018-07-20 00:55:28 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2018-07-20 00:55:28 (GMT) |
commit | 95c6597a47295e7a77184feadcad8749d6198d5b (patch) | |
tree | 533debac37fcef393834efbc1a7a620a806bcde6 /Lib/pydoc_data/topics.py | |
parent | 76aa2c0a9a8dd3ac90b91e7342c8ce8125bf21f9 (diff) | |
download | cpython-95c6597a47295e7a77184feadcad8749d6198d5b.zip cpython-95c6597a47295e7a77184feadcad8749d6198d5b.tar.gz cpython-95c6597a47295e7a77184feadcad8749d6198d5b.tar.bz2 |
PyDoc topics refresh & blurb release for 3.5.6rc1.
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 28a8417..182f15b 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 Jan 23 04:24:05 2018 +# Autogenerated by Sphinx on Thu Jul 19 17:54:59 2018 topics = {'assert': '\n' 'The "assert" statement\n' '**********************\n' |