From f7f55a5b9e37d7172ec47030484865b8c585ff46 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine <eltociear@gmail.com> Date: Sat, 22 Oct 2022 20:59:12 +0900 Subject: [PATCH] Fix typo in news entry (#98361) ouput -> output --- .../next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d343173d40d..2eaa83fa850 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. -- GitLab