From: Ikko Ashimine Date: Sat, 22 Oct 2022 11:59:12 +0000 (+0900) Subject: Fix typo in news entry (#98361) X-Git-Tag: v3.12.0a1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7f55a5b9e37d7172ec47030484865b8c585ff46;p=thirdparty%2FPython%2Fcpython.git Fix typo in news entry (#98361) ouput -> output --- diff --git a/Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst b/Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst index d343173d40d6..2eaa83fa850d 100644 --- a/Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst +++ b/Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst @@ -1,2 +1,2 @@ -Fix :file:`pcbuild.proj` to clean previous instances of ouput files in ``Python\deepfreeze`` and +Fix :file:`pcbuild.proj` to clean previous instances of output files in ``Python\deepfreeze`` and ``Python\frozen_modules`` directories on Windows. Patch by Charlie Zhao.