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 <aeros167@gmail.com>
(cherry picked from commit 38c7199beb)

Co-authored-by: Ngalim Siregar <ngalim.siregar@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-08-16 01:27:35 -07:00 committed by GitHub
parent 27b38b99b3
commit f991912146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,7 @@ The following classes are provided:
is not None, ``Content-Type: application/x-www-form-urlencoded`` will is not None, ``Content-Type: application/x-www-form-urlencoded`` will
be added as a default. be added as a default.
The final two arguments are only of interest for correct handling The next two arguments are only of interest for correct handling
of third-party HTTP cookies: of third-party HTTP cookies:
*origin_req_host* should be the request-host of the origin *origin_req_host* should be the request-host of the origin

View File

@ -0,0 +1 @@
Fix wording of arguments for :class:`Request` in :mod:`urllib.request`