diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-06-29 22:30:11 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-06-29 22:30:11 (GMT) |
commit | 6c38841c08edd6b0727903ec3f1acd10dc9766f6 (patch) | |
tree | a175feada0238ebf77b7c129dde3d16aaa994089 /Lib/pydoc_data | |
parent | dc8ce8ead182de46584cc1ed8a8c51d48240cbd5 (diff) | |
download | cpython-6c38841c08edd6b0727903ec3f1acd10dc9766f6.zip cpython-6c38841c08edd6b0727903ec3f1acd10dc9766f6.tar.gz cpython-6c38841c08edd6b0727903ec3f1acd10dc9766f6.tar.bz2 |
Python 3.8.4rc1v3.8.4rc1
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 06f0e78..0320964 100644 --- a/Lib/pydoc_data/topics.py +++ b/Lib/pydoc_data/topics.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Autogenerated by Sphinx on Wed May 13 19:29:27 2020 +# Autogenerated by Sphinx on Mon Jun 29 22:24:24 2020 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -4284,7 +4284,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' @@ -6037,8 +6038,8 @@ topics = {'assert': 'The "assert" statement\n' '\n' 'A non-normative HTML file listing all valid identifier ' 'characters for\n' - 'Unicode 4.1 can be found at https://www.dcl.hpi.uni-\n' - 'potsdam.de/home/loewis/table-3131.html.\n' + 'Unicode 4.1 can be found at\n' + 'https://www.unicode.org/Public/13.0.0/ucd/DerivedCoreProperties.txt\n' '\n' '\n' 'Keywords\n' |