Fix typo in news entry (#98361)

ouput -> output
This commit is contained in:
Ikko Ashimine 2022-10-22 20:59:12 +09:00 committed by GitHub
parent 327fc1c6fa
commit f7f55a5b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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.