Remove a duplicate word in the Makefile (#132301)

This commit is contained in:
Chu 2025-04-10 01:47:52 +08:00 committed by GitHub
parent 254110356d
commit 4a919dd6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1938,7 +1938,7 @@ regen-pegen:
.PHONY: regen-ast
regen-ast:
# Regenerate 3 files using using Parser/asdl_c.py:
# Regenerate 3 files using Parser/asdl_c.py:
# - Include/internal/pycore_ast.h
# - Include/internal/pycore_ast_state.h
# - Python/Python-ast.c