From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 9 Apr 2025 21:57:54 +0000 (+0200) Subject: [3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325) X-Git-Tag: v3.13.4~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2538bf77fe6ba74006cd790a0e6d55afdb49e16;p=thirdparty%2FPython%2Fcpython.git [3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325) Co-authored-by: Chu --- 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