diff options
author | Zach Brantmeier <brantmeierz@gmail.com> | 2023-07-20 04:28:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-20 09:28:21 +0000 |
commit | 009e8f084c4cbb1f43d40b24b7f71fb189bbe36b (patch) | |
tree | 8b54b2b235ee8bda19dcb69a24ae26ffeee06792 | |
parent | a1620dd7b70abfceba6cda76efe5a14468f87f1d (diff) | |
download | cpython-009e8f084c4cbb1f43d40b24b7f71fb189bbe36b.tar.gz cpython-009e8f084c4cbb1f43d40b24b7f71fb189bbe36b.zip |
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
-rw-r--r-- | Misc/NEWS.d/3.12.0b1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.12.0b1.rst b/Misc/NEWS.d/3.12.0b1.rst index 96d76f89fa9..7be70de029b 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. .. |