diff options
author | Ned Deily <nad@python.org> | 2021-02-15 20:29:22 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2021-02-15 20:29:22 -0500 |
commit | 9b2dd1fc6c9913dbeee623e724b6baa598038f97 (patch) | |
tree | c4b4019f30d7d61de7e0cf9523badb37910eb8cf /Lib/pydoc_data | |
parent | b61b20dba554a74a2f9f0936b16dd669f93a561c (diff) | |
download | cpython-git-3.7.10.tar.gz |
3.7.10v3.7.10
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 d42bb995f9..98c9efd942 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 01:12:49 2020 +# Autogenerated by Sphinx on Mon Feb 15 20:10:03 2021 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |