https://github.com/python/cpython/commit/c2538bf77fe6ba74006cd790a0e6d55afdb49e16
commit: c2538bf77fe6ba74006cd790a0e6d55afdb49e16
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: AA-Turner <[email protected]>
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 <[email protected]>

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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to