mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fixing some sphinx inline directives - detected using `make check
`.
This commit is contained in:
parent
8dbf629bbd
commit
916bd38a06
8 changed files with 17 additions and 17 deletions
|
@ -28,7 +28,7 @@ The :mod:`urllib.request` module defines the following functions:
|
|||
:mimetype:`application/x-www-form-urlencoded` format. The
|
||||
:func:`urllib.parse.urlencode` function takes a mapping or sequence
|
||||
of 2-tuples and returns a string in this format. urllib.request module uses
|
||||
HTTP/1.1 and includes `Connection:close` header in its HTTP requests.
|
||||
HTTP/1.1 and includes ``Connection:close`` header in its HTTP requests.
|
||||
|
||||
The optional *timeout* parameter specifies a timeout in seconds for
|
||||
blocking operations like the connection attempt (if not specified,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue