diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-09-07 15:52:19 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-09-07 15:52:19 (GMT) |
commit | 08bd63da6e64c49130d244ecf8f246089b9c5d9f (patch) | |
tree | bb675341ecc63adfed2412773f3f4e9c27f6331e /Lib/pydoc_data | |
parent | 84105cbaa395923e3584a87d67ccce72c8420bb4 (diff) | |
download | cpython-08bd63da6e64c49130d244ecf8f246089b9c5d9f.zip cpython-08bd63da6e64c49130d244ecf8f246089b9c5d9f.tar.gz cpython-08bd63da6e64c49130d244ecf8f246089b9c5d9f.tar.bz2 |
Python 3.8.6rc1v3.8.6rc1
Diffstat (limited to 'Lib/pydoc_data')
-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 6834657..ab53a56 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 Jul 20 14:14:54 2020 +# Autogenerated by Sphinx on Mon Sep 7 17:49:24 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |