]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (GH-106830...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Jul 2023 09:29:31 +0000 (02:29 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Jul 2023 09:29:31 +0000 (09:29 +0000)
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (GH-106830)
(cherry picked from commit 009e8f084c4cbb1f43d40b24b7f71fb189bbe36b)

Co-authored-by: Zach Brantmeier <brantmeierz@gmail.com>
Misc/NEWS.d/3.12.0b1.rst

index a1ea082b3a2119e8bcb4ecb3317913780d3bcdca..3de3b703e9f4f6500245aa858a6699ba4b7e491e 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.
 
 ..