summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNgalim Siregar <ngalim.siregar@gmail.com>2019-08-14 01:10:58 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2019-08-14 01:10:58 (GMT)
commit38c7199beb30ae9a5005c0f0d9df9fae0da3680a (patch)
treebc24d815bcb571b6275554d7a41f63f62739a896 /Misc
parent243a73deee4ac61fe06602b7ed56b6df01e19f27 (diff)
downloadcpython-38c7199beb30ae9a5005c0f0d9df9fae0da3680a.zip
cpython-38c7199beb30ae9a5005c0f0d9df9fae0da3680a.tar.gz
cpython-38c7199beb30ae9a5005c0f0d9df9fae0da3680a.tar.bz2
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 <aeros167@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst1
1 files changed, 1 insertions, 0 deletions
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 0000000..480d7c8
--- /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`