[Python-checkins] Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)

kumaraditya303 webhook-mailer at python.org
Thu Jul 20 05:28:25 EDT 2023


https://github.com/python/cpython/commit/009e8f084c4cbb1f43d40b24b7f71fb189bbe36b
commit: 009e8f084c4cbb1f43d40b24b7f71fb189bbe36b
branch: main
author: Zach Brantmeier <brantmeierz at gmail.com>
committer: kumaraditya303 <kumaraditya at python.org>
date: 2023-07-20T09:28:21Z
summary:

Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)

files:
M Misc/NEWS.d/3.12.0b1.rst

diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst
index 96d76f89fa9c2..7be70de029b1f 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.
 
 ..
 



More information about the Python-checkins mailing list