Skip to content

Commit 3e1f135

Browse files
bpo-37256: Wording in Request class docs (GH-14792)
* bpo-37256: Wording in Request class docs * 📜🤖 Added by blurb_it. * Update Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst Co-Authored-By: Kyle Stanley <[email protected]> (cherry picked from commit 38c7199) Co-authored-by: Ngalim Siregar <[email protected]>
1 parent 7eef81e commit 3e1f135

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/library/urllib.request.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The following classes are provided:
220220
is not None, ``Content-Type: application/x-www-form-urlencoded`` will
221221
be added as a default.
222222

223-
The final two arguments are only of interest for correct handling
223+
The next two arguments are only of interest for correct handling
224224
of third-party HTTP cookies:
225225

226226
*origin_req_host* should be the request-host of the origin
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix wording of arguments for :class:`Request` in :mod:`urllib.request`

0 commit comments

Comments
 (0)