diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-02 19:57:45 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-02 19:57:45 +0200 |
commit | 69dec9c8d23606180e660b30d327000e9463b82d (patch) | |
tree | a92acf151eddab132a49a840347760d4a410e175 /Lib/pydoc_data | |
parent | 0b4c87ef8f88a4c4c325e964fa4919cef3997605 (diff) | |
download | cpython-git-3.9.0b4.tar.gz |
Python 3.9.0b4v3.9.0b4
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 4ba22e3603..e96822bb26 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 Jun 9 20:02:32 2020 +# Autogenerated by Sphinx on Thu Jul 2 19:55:42 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -4298,7 +4298,8 @@ topics = {'assert': 'The "assert" statement\n' ' the current environment).\n' '\n' 'retval\n' - 'Print the return value for the last return of a function.\n' + '\n' + ' Print the return value for the last return of a function.\n' '\n' '-[ Footnotes ]-\n' '\n' |