8000 Remove a duplicate word in the Makefile (#132301) · python/cpython@4a919dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a919dd

Browse files
authored
Remove a duplicate word in the Makefile (#132301)
1 parent 2541103 commit 4a919dd

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