From: Rajendra arora Date: Tue, 28 Sep 2021 10:56:41 +0000 (+0530) Subject: Fixed typo in "decclarations" (GH-28578) X-Git-Tag: v3.11.0a1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b7427b5541c6541e71136d184d7710fafac4ede;p=thirdparty%2FPython%2Fcpython.git Fixed typo in "decclarations" (GH-28578) --- diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 5f0b89bba448..37925a5783d6 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -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