summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorEmily Morehouse <emily@python.org>2024-10-07 22:51:14 (GMT)
committerGitHub <noreply@github.com>2024-10-07 22:51:14 (GMT)
commit447a15190d6d766004b77619ba43e44256e348e2 (patch)
tree09f0eb504e58d7915a26d529b9630db2814c796b /Doc/tools
parenta7f0727ca575fef4d8891b5ebfe71ef2a774868b (diff)
downloadcpython-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.py4
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',