https://github.com/python/cpython/commit/c2538bf77fe6ba74006cd790a0e6d55afdb49e16
commit: c2538bf77fe6ba74006cd790a0e6d55afdb49e16
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com>
date: 2025-04-09T22:57:54+01:00
summary:

[3.13] Remove a duplicate word in the Makefile (GH-132301) (#132325)

Co-authored-by: Chu <tomzz233...@gmail.com>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index d7a4e4b320a70b..eb7ea288adf3d5 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

_______________________________________________
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

Reply via email to