diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-03 16:47:34 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-03 16:47:34 (GMT) |
commit | b0bb791313d3a49bbfcdc439358b354f69d9c1ea (patch) | |
tree | a5afdf962c3c9fe4eef9335c48f0281a78ce48da /Lib | |
parent | f8599279b6ac8c44538b608fd08c13ccf674f497 (diff) | |
parent | 69dec9c8d23606180e660b30d327000e9463b82d (diff) | |
download | cpython-b0bb791313d3a49bbfcdc439358b354f69d9c1ea.zip cpython-b0bb791313d3a49bbfcdc439358b354f69d9c1ea.tar.gz cpython-b0bb791313d3a49bbfcdc439358b354f69d9c1ea.tar.bz2 |
Merge tag 'v3.9.0b4' into 3.9
Python 3.9.0b4
Diffstat (limited to 'Lib')
-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 4ba22e3..e96822b 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' |