From c2538bf77fe6ba74006cd790a0e6d55afdb49e16 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:57:54 +0200 Subject: [PATCH] [3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325) Co-authored-by: Chu --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index d7a4e4b320a7..eb7ea288adf3 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1762,7 +1762,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 -- 2.47.3