Skip to content

Commit

Permalink
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (pytho…
Browse files Browse the repository at this point in the history
…nGH-106830)

(cherry picked from commit 009e8f0)

Co-authored-by: Zach Brantmeier <[email protected]>
  • Loading branch information
brantmeierz authored and miss-islington committed Jul 20, 2023
1 parent c16cf9b commit aafd383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

..
Expand Down

0 comments on commit aafd383

Please sign in to comment.