diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 18:52:10 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 18:52:10 (GMT) |
commit | b484871ba707ae2f9898e22effcd297c19d4c5ea (patch) | |
tree | f00ef7010010ae53e401f8349f8b8c46ea81ffb7 /Lib/pydoc_data/topics.py | |
parent | ce5e6f098f8a270e50b989baa75765584573706b (diff) | |
download | cpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.zip cpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.tar.gz cpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.tar.bz2 |
Python 3.9.0b3v3.9.0b3
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 cc6faa9..4ba22e3 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 Jun 8 20:23:58 2020 +# Autogenerated by Sphinx on Tue Jun 9 20:02:32 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |