From 009e8f084c4cbb1f43d40b24b7f71fb189bbe36b Mon Sep 17 00:00:00 2001 From: Zach Brantmeier Date: Thu, 20 Jul 2023 04:28:21 -0500 Subject: Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830) --- Misc/NEWS.d/3.12.0b1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst index 96d76f8..7be70de 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. .. -- cgit v0.12