8000 Fix a typo in Makefile.pre.in · python/cpython@50afb0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 50afb0c

Browse files
committed
Fix a typo in Makefile.pre.in
1 parent 67ded6a commit 50afb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ regen-pegen:
19381938

19391939
.PHONY: regen-ast
19401940
regen-ast:
1941-
# Regenerate 3 files using using Parser/asdl_c.py:
1941+
# Regenerate 3 files using Parser/asdl_c.py:
19421942
# - Include/internal/pycore_ast.h
19431943
# - Include/internal/pycore_ast_state.h
19441944
# - Python/Python-ast.c

0 commit comments

Comments
 (0)
0