]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45866: Fix typo in the NEWS entry (GH-29798)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Nov 2021 22:20:14 +0000 (14:20 -0800)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 22:20:14 +0000 (14:20 -0800)
(cherry picked from commit 9a7611a7c4da6406383f8ffcea272ded6f890f1e)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst

index efa046d91e08e988de6960f903baf84590f6fb49..e87b93932ffa12d59e775c244ec2db721414531a 100644 (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.