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

This commit is contained in:
Zach Brantmeier 2023-07-20 04:28:21 -05:00 committed by GitHub
parent a1620dd7b7
commit 009e8f084c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1955,7 +1955,7 @@ introduced in :pep:`692`.
.. section: Documentation .. section: Documentation
Clarifying documentation about the url parameter to urllib.request.urlopen 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.
.. ..