]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in NEWS (GH23958)
authorZackery Spytz <zspytz@gmail.com>
Tue, 29 Dec 2020 11:50:22 +0000 (04:50 -0700)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 11:50:22 +0000 (13:50 +0200)
Misc/NEWS.d/3.8.0a1.rst

index b7164a5b4e0fadbc3af7c7ef91df60031fffe961..89811c12a7948e57ea11b85e2e064abe6b34fa67 100644 (file)
@@ -1784,7 +1784,7 @@ instead of an OrderedDict.
 .. nonce: Q0ktFC
 .. section: Library
 
-An ExitStack is now used internally within subprocess.POpen to clean up pipe
+An ExitStack is now used internally within subprocess.Popen to clean up pipe
 file handles. No behavior change in normal operation. But if closing one
 handle were ever to cause an exception, the others will now be closed
 instead of leaked.  (patch by Giampaolo Rodola)