https://github.com/python/cpython/commit/4a919dd6eef1e5dbaddfd749f385f49cedc076a9 commit: 4a919dd6eef1e5dbaddfd749f385f49cedc076a9 branch: main author: Chu <tomzz233...@gmail.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-09T18:47:52+01:00 summary:
Remove a duplicate word in the Makefile (#132301) files: M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index e10c78d6403472..d02f307e80bfa4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com