From fc16ea9c8b8769af8a4c0c16fed7eba2e8bf4019 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 26 Nov 2021 14:18:54 -0800 Subject: 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 efa046d..e87b939 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. -- cgit v0.12