Skip to content

Commit 2a42d88

Browse files
committed
argument -> parameter
1 parent 4bbeef6 commit 2a42d88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/library/urllib.request.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The :mod:`urllib.request` module defines the following functions:
172172
the URL ``///etc/hosts``.
173173

174174
.. versionchanged:: next
175-
The *add_scheme* argument was added.
175+
The *add_scheme* parameter was added.
176176

177177

178178
.. function:: url2pathname(url, *, require_scheme=False, resolve_host=False)
@@ -211,7 +211,7 @@ The :mod:`urllib.request` module defines the following functions:
211211
:exc:`~urllib.error.URLError` is raised.
212212

213213
.. versionchanged:: next
214-
The *require_scheme* and *resolve_host* arguments were added.
214+
The *require_scheme* and *resolve_host* parameters were added.
215215

216216

217217
.. function:: getproxies()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Add *resolve_host* keyword-only argument to
1+
Add *resolve_host* keyword-only parameter to
22
:func:`urllib.request.url2pathname`, and fix handling of file URLs with
33
authorities.

0 commit comments

Comments
 (0)