diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-05-19 01:07:09 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-05-19 01:07:09 +0200 |
commit | 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (patch) | |
tree | c73c633c3ff03934a51a9c29e6953bafdf735b51 /Lib | |
parent | a3ec3ad9e20e7d9ed148d4cfbd22aebec608b42a (diff) | |
download | cpython-git-97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac.tar.gz |
Python 3.9.0b1v3.9.0b1
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 8aca5c0cb8..e2df3fc58f 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 Apr 27 22:35:16 2020 +# Autogenerated by Sphinx on Tue May 19 00:56:40 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |