Skip to content

Commit 009e8f0

Browse files
authored
Fix typo in 3.11.4 changelog: urllib.request.Requst -> Request (#106830)
1 parent a1620dd commit 009e8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/3.12.0b1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ introduced in :pep:`692`.
19551955
.. section: Documentation
19561956
19571957
Clarifying documentation about the url parameter to urllib.request.urlopen
1958-
and urllib.request.Requst needing to be encoded properly.
1958+
and urllib.request.Request needing to be encoded properly.
19591959

19601960
..
19611961

0 commit comments

Comments
 (0)