mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
gh-125072: Add label for assignment expressions; update tracked section for assignment expression topic (#125074)
This commit is contained in:
parent
a7f0727ca5
commit
447a15190d
3 changed files with 41 additions and 29 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue