From: Chu Date: Wed, 9 Apr 2025 17:47:52 +0000 (+0800) Subject: Remove a duplicate word in the Makefile (#132301) X-Git-Tag: v3.14.0b1~557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a919dd6eef1e5dbaddfd749f385f49cedc076a9;p=thirdparty%2FPython%2Fcpython.git Remove a duplicate word in the Makefile (#132301) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index e10c78d64034..d02f307e80bf 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