diff options
author | Thomas Wouters <thomas@python.org> | 2022-12-06 18:31:10 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-12-06 18:33:02 (GMT) |
commit | b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d (patch) | |
tree | cb9829975e01526eb583f0c9fea6d4144ad58ef5 /Lib/pydoc_data | |
parent | fd38a2f0ec03b4eec5e3cfd41241d198b1ee555a (diff) | |
download | cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.zip cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.gz cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.bz2 |
Python 3.12.0a3v3.12.0a3
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r-- | Lib/pydoc_data/topics.py | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py index a817dc3..4ba680c 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 Nov 14 12:13:19 2022 +# Autogenerated by Sphinx on Tue Dec 6 19:31:49 2022 topics = {'assert': 'The "assert" statement\n' '**********************\n' '\n' @@ -11109,8 +11109,9 @@ topics = {'assert': 'The "assert" statement\n' 'y)" is\n' 'typically invalid without special support in "MyClass". To ' 'be able to\n' - 'use that kind of patterns, the class needs to define a\n' - '*__match_args__* attribute.\n' + 'use that kind of pattern, the class needs to define a ' + '*__match_args__*\n' + 'attribute.\n' '\n' 'object.__match_args__\n' '\n' @@ -11510,7 +11511,7 @@ topics = {'assert': 'The "assert" statement\n' 'property\n' ' being one of “Lm”, “Lt”, “Lu”, “Ll”, or “Lo”. Note ' 'that this is\n' - ' different from the “Alphabetic” property defined in the ' + ' different from the Alphabetic property defined in the ' 'Unicode\n' ' Standard.\n' '\n' @@ -11559,9 +11560,9 @@ topics = {'assert': 'The "assert" statement\n' 'according to the\n' ' language definition, section Identifiers and keywords.\n' '\n' - ' Call "keyword.iskeyword()" to test whether string "s" ' - 'is a reserved\n' - ' identifier, such as "def" and "class".\n' + ' "keyword.iskeyword()" can be used to test whether ' + 'string "s" is a\n' + ' reserved identifier, such as "def" and "class".\n' '\n' ' Example:\n' '\n' |