diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-07-25 23:18:57 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-07-25 23:21:18 +0100 |
commit | 0771d71eea30316020a86b0eec071feb6d82d350 (patch) | |
tree | abb54d4f7f73eefa2bf29bf12af068ce279edaea /Lib/pydoc_data/topics.py | |
parent | 7f731943393d57cf26ed5f2353e6e53084cd55fd (diff) | |
download | cpython-git-3.11.0b5.tar.gz |
Python 3.11.0b5v3.11.0b5
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 99760e6cab..535432725b 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 11 16:25:08 2022 +# Autogenerated by Sphinx on Mon Jul 25 23:19:30 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |