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
1 changed files with 1 additions and 1 deletions

View File

@ -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.
..