summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-10-22 20:59:12 +0900
committerGitHub <noreply@github.com>2022-10-22 12:59:12 +0100
commitf7f55a5b9e37d7172ec47030484865b8c585ff46 (patch)
tree2d60b9e4e43e8a889489e516061ba3197979537d
parent327fc1c6fa11b007213287cbf46380b7afed9be3 (diff)
downloadcpython-git-f7f55a5b9e37d7172ec47030484865b8c585ff46.tar.gz
Fix typo in news entry (#98361)
ouput -> output
-rw-r--r--Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst2
1 files changed, 1 insertions, 1 deletions
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 d343173d40..2eaa83fa85 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.