diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-11-15 17:26:38 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-11-15 17:43:00 (GMT) |
commit | ccb0e6a3452335a4c3e2433934c3c0c5622a34cd (patch) | |
tree | 098c03a2b25f4012273808c12ab4f0898c0e4e04 /Lib | |
parent | 32d14b262d6d914f63485f8d6e7859df58cd2089 (diff) | |
download | cpython-ccb0e6a3452335a4c3e2433934c3c0c5622a34cd.zip cpython-ccb0e6a3452335a4c3e2433934c3c0c5622a34cd.tar.gz cpython-ccb0e6a3452335a4c3e2433934c3c0c5622a34cd.tar.bz2 |
Python 3.9.9v3.9.9
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 8567e30..890a616 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Fri Nov 5 20:19:23 2021 +# Autogenerated by Sphinx on Mon Nov 15 18:21:10 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |