mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-35566: Add links to annotation glossary term (GH-11291)
This commit is contained in:
parent
d378b1f8ed
commit
b7105c9c96
4 changed files with 11 additions and 11 deletions
|
@ -325,8 +325,8 @@ Annotated assignment statements
|
|||
single: statement; assignment, annotated
|
||||
single: : (colon); annotated variable
|
||||
|
||||
Annotation assignment is the combination, in a single statement,
|
||||
of a variable or attribute annotation and an optional assignment statement:
|
||||
:term:`Annotation <variable annotation>` assignment is the combination, in a single
|
||||
statement, of a variable or attribute annotation and an optional assignment statement:
|
||||
|
||||
.. productionlist::
|
||||
annotated_assignment_stmt: `augtarget` ":" `expression` ["=" `expression`]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue