diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 19:47:09 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-20 19:47:09 +0200 |
commit | 8ad7d506ca59a5025216b583df3ff069c66bc5a3 (patch) | |
tree | 591eb46f692d68e71882205fba5637048e03ece4 /Lib | |
parent | Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567) (diff) | |
download | cpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.tar.gz cpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.tar.bz2 cpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.zip |
Python 3.9.0b5v3.9.0b5
Diffstat (limited to 'Lib')
-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 e96822bb269..8e5b722b498 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Thu Jul 2 19:55:42 2020 +# Autogenerated by Sphinx on Mon Jul 20 19:44:38 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |