Fixed typo in "decclarations" (GH-28578)

This commit is contained in:
Rajendra arora 2021-09-28 16:26:41 +05:30 committed by GitHub
parent 953e733e6d
commit 8b7427b554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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