diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-10-14 13:34:47 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-10-14 13:34:47 (GMT) |
commit | fa919fdf2583bdfead1df00e842f24f30b2a34bf (patch) | |
tree | 1b201086be26f126c0af3d4cd45d73a2c7ebb9e8 /Lib/pydoc_data | |
parent | e498329ebe0d86a5d80471112d766502b144a476 (diff) | |
download | cpython-fa919fdf2583bdfead1df00e842f24f30b2a34bf.zip cpython-fa919fdf2583bdfead1df00e842f24f30b2a34bf.tar.gz cpython-fa919fdf2583bdfead1df00e842f24f30b2a34bf.tar.bz2 |
v3.8.0v3.8.0
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 7cb089f..327a421 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Tue Oct 1 14:53:09 2019 +# Autogenerated by Sphinx on Mon Oct 14 14:33:10 2019 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |