Skip to content

Commit 8b7427b

Browse files
Fixed typo in "decclarations" (GH-28578)
1 parent 953e733 commit 8b7427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/asdl_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def __init__(self, *args, **kwargs):
145145
# names where all the constructors
146146
# belonging to that type lack of any
147147
# fields.
148-
# - identifiers: All identifiers used in the AST decclarations
148+
# - identifiers: All identifiers used in the AST declarations
149149
# - singletons: List of all constructors that originates from
150150
# simple sums.
151151
# - types: List of all top level type names

0 commit comments

Comments
 (0)