]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
authorZach Brantmeier <brantmeierz@gmail.com>
Thu, 20 Jul 2023 09:28:21 +0000 (04:28 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 09:28:21 +0000 (09:28 +0000)
Misc/NEWS.d/3.12.0b1.rst

index 96d76f89fa9c232967a09dfb49a910546b5ea40a..7be70de029b1f5055b653c591a257229ca263aa4 100644 (file)
@@ -1955,7 +1955,7 @@ introduced in :pep:`692`.
 .. section: Documentation
 
 Clarifying documentation about the url parameter to urllib.request.urlopen
-and urllib.request.Requst needing to be encoded properly.
+and urllib.request.Request needing to be encoded properly.
 
 ..