diff options
author | Emily Morehouse <emily@python.org> | 2024-10-07 22:51:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 22:51:14 (GMT) |
commit | 447a15190d6d766004b77619ba43e44256e348e2 (patch) | |
tree | 09f0eb504e58d7915a26d529b9630db2814c796b /Doc/tools | |
parent | a7f0727ca575fef4d8891b5ebfe71ef2a774868b (diff) | |
download | cpython-447a15190d6d766004b77619ba43e44256e348e2.zip cpython-447a15190d6d766004b77619ba43e44256e348e2.tar.gz cpython-447a15190d6d766004b77619ba43e44256e348e2.tar.bz2 |
gh-125072: Add label for assignment expressions; update tracked section for assignment expression topic (#125074)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/extensions/pyspecific.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/extensions/pyspecific.py b/Doc/tools/extensions/pyspecific.py index c89b169..b6623a2 100644 --- a/Doc/tools/extensions/pyspecific.py +++ b/Doc/tools/extensions/pyspecific.py @@ -353,8 +353,8 @@ class MiscNews(SphinxDirective): # Support for building "topic help" for pydoc pydoc_topic_labels = [ - 'assert', 'assignment', 'async', 'atom-identifiers', 'atom-literals', - 'attribute-access', 'attribute-references', 'augassign', 'await', + 'assert', 'assignment', 'assignment-expressions', 'async', 'atom-identifiers', + 'atom-literals', 'attribute-access', 'attribute-references', 'augassign', 'await', 'binary', 'bitwise', 'bltin-code-objects', 'bltin-ellipsis-object', 'bltin-null-object', 'bltin-type-objects', 'booleans', 'break', 'callable-types', 'calls', 'class', 'comparisons', 'compound', |