diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-09-06 18:54:44 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-09-06 20:59:22 (GMT) |
commit | f43e7678a1443b2583fc9bfba091b8ca7e38f075 (patch) | |
tree | 91311bbfc7ac38408a1ecb00a166ec377fa29384 /Lib | |
parent | b5e331fdb38684808ffc540d53e8595bdc408b89 (diff) | |
download | cpython-3.8.14.zip cpython-3.8.14.tar.gz cpython-3.8.14.tar.bz2 |
Python 3.8.14v3.8.14
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/pydoc_data/topics.py | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index 55fb7c0..0373077 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 Mar 15 22:39:04 2022 +# Autogenerated by Sphinx on Tue Sep 6 20:52:30 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -7967,31 +7967,7 @@ topics = {'assert': 'The "assert" statement\n' ' still alive. Example:\n' '\n' ' >>> int.__subclasses__()\n' - " [<class 'bool'>]\n" - '\n' - '-[ Footnotes ]-\n' - '\n' - '[1] Additional information on these special methods may be ' - 'found in\n' - ' the Python Reference Manual (Basic customization).\n' - '\n' - '[2] As a consequence, the list "[1, 2]" is considered equal ' - 'to "[1.0,\n' - ' 2.0]", and similarly for tuples.\n' - '\n' - '[3] They must have since the parser can’t tell the type of ' - 'the\n' - ' operands.\n' - '\n' - '[4] Cased characters are those with general category ' - 'property being\n' - ' one of “Lu” (Letter, uppercase), “Ll” (Letter, ' - 'lowercase), or “Lt”\n' - ' (Letter, titlecase).\n' - '\n' - '[5] To format only a tuple you should therefore provide a ' - 'singleton\n' - ' tuple whose only element is the tuple to be formatted.\n', + " [<class 'bool'>]\n", 'specialnames': 'Special method names\n' '********************\n' '\n' |