bpo-45866: Fix typo in the NEWS entry (GH-29798)

This commit is contained in:
Victor Stinner 2021-11-26 22:56:25 +01:00 committed by GitHub
parent 4ebde73b8e
commit 9a7611a7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <FILENAME" header
pegen now strips directory of the "generated by pygen from <FILENAME>" header
Patch by Victor Stinner.