summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
diff options
context:
space:
mode:
authorRajendra arora <contact.rajendraarora@gmail.com>2021-09-28 10:56:41 (GMT)
committerGitHub <noreply@github.com>2021-09-28 10:56:41 (GMT)
commit8b7427b5541c6541e71136d184d7710fafac4ede (patch)
tree24d5616606a5657a8cc36cc1cdd0d54967844c36 /Parser/asdl_c.py
parent953e733e6d0bc02fde0e4f808259218a95a3b902 (diff)
downloadcpython-8b7427b5541c6541e71136d184d7710fafac4ede.zip
cpython-8b7427b5541c6541e71136d184d7710fafac4ede.tar.gz
cpython-8b7427b5541c6541e71136d184d7710fafac4ede.tar.bz2
Fixed typo in "decclarations" (GH-28578)
Diffstat (limited to 'Parser/asdl_c.py')
-rwxr-xr-xParser/asdl_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index 5f0b89b..37925a5 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