From: Zach Brantmeier Date: Thu, 20 Jul 2023 09:28:21 +0000 (-0500) Subject: Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830) X-Git-Tag: v3.13.0a1~1334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=009e8f084c4cbb1f43d40b24b7f71fb189bbe36b;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830) --- diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst index 96d76f89fa9c..7be70de029b1 100644 --- a/Misc/NEWS.d/3.12.0b1.rst +++ b/Misc/NEWS.d/3.12.0b1.rst @@ -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. ..