mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Fixed typo in "decclarations" (GH-28578)
This commit is contained in:
parent
953e733e6d
commit
8b7427b554
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class MetadataVisitor(asdl.VisitorBase):
|
|||
# names where all the constructors
|
||||
# belonging to that type lack of any
|
||||
# fields.
|
||||
# - identifiers: All identifiers used in the AST decclarations
|
||||
# - identifiers: All identifiers used in the AST declarations
|
||||
# - singletons: List of all constructors that originates from
|
||||
# simple sums.
|
||||
# - types: List of all top level type names
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue