diff options
author | Victor Stinner <vstinner@python.org> | 2021-11-26 22:56:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-26 22:56:25 +0100 |
commit | 9a7611a7c4da6406383f8ffcea272ded6f890f1e (patch) | |
tree | 422ab02f4b2c5c543259e93577bc6eeaf0803e4f | |
parent | 4ebde73b8e416eeb1fd5d2ca3283f7ddb534c5b1 (diff) | |
download | cpython-git-9a7611a7c4da6406383f8ffcea272ded6f890f1e.tar.gz |
bpo-45866: Fix typo in the NEWS entry (GH-29798)
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-11-25-13-53-36.bpo-45866.ZH1W8N.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 efa046d91e..e87b93932f 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 <FILENAME" header +pegen now strips directory of the "generated by pygen from <FILENAME>" header Patch by Victor Stinner. |