diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-06-01 13:06:32 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-06-01 13:07:53 (GMT) |
commit | eb0004c27163ec089201c81eb9ece470700be6c7 (patch) | |
tree | e9a39b2030e040a0b37211cf9befd95d3f8b4dc5 /Lib/pydoc_data | |
parent | 90f9b8b9e8f55ffb326ef33df758d53b725ccde7 (diff) | |
download | cpython-eb0004c27163ec089201c81eb9ece470700be6c7.zip cpython-eb0004c27163ec089201c81eb9ece470700be6c7.tar.gz cpython-eb0004c27163ec089201c81eb9ece470700be6c7.tar.bz2 |
Python 3.11.0b3v3.11.0b3
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 5b3017f..eaae363 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 May 30 22:16:54 2022 +# Autogenerated by Sphinx on Wed Jun 1 14:07:03 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' |