[Python-checkins] bpo-37256: Wording in Request class docs (GH-14792)

Miss Islington (bot) webhook-mailer at python.org
Fri Aug 16 04:27:40 EDT 2019


https://github.com/python/cpython/commit/f9919121460bffc04f935dbdb85f0af3ffbd3ddf
commit: f9919121460bffc04f935dbdb85f0af3ffbd3ddf
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-08-16T01:27:35-07:00
summary:

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 at gmail.com>
(cherry picked from commit 38c7199beb30ae9a5005c0f0d9df9fae0da3680a)

Co-authored-by: Ngalim Siregar <ngalim.siregar at gmail.com>

files:
A Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst
M Doc/library/urllib.request.rst

diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst
index 3b7508966691..448bc6785470 100644
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -227,7 +227,7 @@ The following classes are provided:
    is not None, ``Content-Type: application/x-www-form-urlencoded`` will
    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:
 
    *origin_req_host* should be the request-host of the origin
diff --git a/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst
new file mode 100644
index 000000000000..480d7c87ebc4
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst
@@ -0,0 +1 @@
+Fix wording of arguments for :class:`Request` in :mod:`urllib.request`



More information about the Python-checkins mailing list