]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in news entry (#98361)
authorIkko Ashimine <eltociear@gmail.com>
Sat, 22 Oct 2022 11:59:12 +0000 (20:59 +0900)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2022 11:59:12 +0000 (12:59 +0100)
ouput -> output

Misc/NEWS.d/next/Windows/2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst

index d343173d40d6064096527a7969e12df9bc4a682c..2eaa83fa850d76d05406b3c8f6933f814f757146 100644 (file)
@@ -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.