Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38c7199

Browse files
nsiregaraeros
authored andcommitted
bpo-37256: Wording in Request class docs (#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]>
1 parent 243a73d commit 38c7199

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
@@ -227,7 +227,7 @@ The following classes are provided:
227227
is not None, ``Content-Type: application/x-www-form-urlencoded`` will
228228
be added as a default.
229229

230-
The final two arguments are only of interest for correct handling
230+
The next two arguments are only of interest for correct handling
231231
of third-party HTTP cookies:
232232

233233
*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)