]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in "decclarations" (GH-28578)
authorRajendra arora <contact.rajendraarora@gmail.com>
Tue, 28 Sep 2021 10:56:41 +0000 (16:26 +0530)
committerGitHub <noreply@github.com>
Tue, 28 Sep 2021 10:56:41 +0000 (13:56 +0300)
Parser/asdl_c.py

index 5f0b89bba44890c2a8fde21b64c41d8dd2a3c6f8..37925a5783d6d0bd0efed83e3cf46d55613e929d 100755 (executable)
@@ -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