Skip to content

Commit 0e30c7f

Browse files
mblahayambv
andauthored
Update Doc/library/urllib.request.rst
Co-authored-by: Łukasz Langa <[email protected]>
1 parent 2c2bfe8 commit 0e30c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/urllib.request.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The :mod:`urllib.request` module defines the following functions:
2929
.. function:: urlopen(url, data=None[, timeout], *, cafile=None, capath=None, cadefault=False, context=None)
3030

3131
Open *url*, which can be either a string containing a valid, properly
32-
encoded, URL or a :class:`Request` object.
32+
encoded URL, or a :class:`Request` object.
3333

3434
*data* must be an object specifying additional data to be sent to the
3535
server, or ``None`` if no such data is needed. See :class:`Request`

0 commit comments

Comments
 (0)