diff options
author | Ned Deily <nad@python.org> | 2021-02-16 01:30:33 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2021-02-16 01:30:33 (GMT) |
commit | aa73e1722eb9835dc99fd8983885a141112ee4ab (patch) | |
tree | 3688f4062c7376ee755afd5b266850c4b0d6e155 /Lib/pydoc_data/topics.py | |
parent | 5c17dfc5d70ce88be99bc5769b91ce79d7a90d61 (diff) | |
download | cpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.zip cpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.tar.gz cpython-aa73e1722eb9835dc99fd8983885a141112ee4ab.tar.bz2 |
3.6.13v3.6.13
Diffstat (limited to 'Lib/pydoc_data/topics.py')
-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 4b53f76..b34cbbc 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Sat Aug 15 02:33:47 2020 +# Autogenerated by Sphinx on Mon Feb 15 20:10:09 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |