mirror of https://github.com/python/cpython
Fixed typo in "decclarations" (GH-28578)
This commit is contained in:
parent
953e733e6d
commit
8b7427b554
|
@ -145,7 +145,7 @@ class MetadataVisitor(asdl.VisitorBase):
|
||||||
# names where all the constructors
|
# names where all the constructors
|
||||||
# belonging to that type lack of any
|
# belonging to that type lack of any
|
||||||
# fields.
|
# 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
|
# - singletons: List of all constructors that originates from
|
||||||
# simple sums.
|
# simple sums.
|
||||||
# - types: List of all top level type names
|
# - types: List of all top level type names
|
||||||
|
|
Loading…
Reference in New Issue