From b3f14dacfea54332e2ddde792142d818b3554dbc Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:20:14 -0800 Subject: [PATCH] bpo-45866: Fix typo in the NEWS entry (GH-29798) (cherry picked from commit 9a7611a7c4da6406383f8ffcea272ded6f890f1e) Co-authored-by: Victor Stinner --- Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst b/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst index efa046d91e08..e87b93932ffa 100644 --- a/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst +++ b/Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst @@ -1,4 +1,4 @@ ``make regen-all`` now produces the same output when run from a directory other than the source tree: when building Python out of the source tree. -pegen now strips directory of the "generated by pygen from " header Patch by Victor Stinner. -- 2.47.3