diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 12:55:19 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-10-15 12:55:19 (GMT) |
commit | 916bd38a06996b1d91969d6705d03a6c9993c1c8 (patch) | |
tree | b25099efaa739db9bb7f94becce95e83c93c46a6 /Doc/library/urllib.request.rst | |
parent | 8dbf629bbd678da2e818bf404657fadba6dfa23f (diff) | |
download | cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.zip cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.gz cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.bz2 |
Fixing some sphinx inline directives - detected using ``make check``.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 5581f25..cc68237 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -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, |