diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2023-10-11 20:24:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 20:24:12 (GMT) |
commit | bb7923f556537a463c403dc1097726d8a8e1a6f2 (patch) | |
tree | 8efe3bdbcad4b383d2c584ecbd5d1dc0fdaa4c9c /Doc/library/urllib.request.rst | |
parent | c523ce0f434582580a3721e15cb7dd6b56ad0236 (diff) | |
download | cpython-bb7923f556537a463c403dc1097726d8a8e1a6f2.zip cpython-bb7923f556537a463c403dc1097726d8a8e1a6f2.tar.gz cpython-bb7923f556537a463c403dc1097726d8a8e1a6f2.tar.bz2 |
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Fix wrong indentation in the Doc/library dir.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index a672d87..bf3af1b 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -304,10 +304,10 @@ The following classes are provided: list of hostname suffixes, optionally with ``:port`` appended, for example ``cern.ch,ncsa.uiuc.edu,some.host:8080``. - .. note:: + .. note:: - ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; - see the documentation on :func:`~urllib.request.getproxies`. + ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; + see the documentation on :func:`~urllib.request.getproxies`. .. class:: HTTPPasswordMgr() @@ -1525,9 +1525,9 @@ some point in the future. :mod:`urllib.request` Restrictions ---------------------------------- - .. index:: - pair: HTTP; protocol - pair: FTP; protocol +.. index:: + pair: HTTP; protocol + pair: FTP; protocol * Currently, only the following protocols are supported: HTTP (versions 0.9 and 1.0), FTP, local files, and data URLs. |