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 d343173d40d6064096527a7969e12df9bc4a682c..2eaa83fa850d76d05406b3c8f6933f814f757146 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.