diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-11 22:10:57 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-05-11 22:10:57 (GMT) |
commit | e9c7d6c3d90667727b668248d2a8191cfefa2528 (patch) | |
tree | 61bec75373664f642892f3639822a11374132cf8 /Doc/library/urllib.request.rst | |
parent | 410dd7d35755c1ee2cab2d910ba22bcca22407a7 (diff) | |
download | cpython-e9c7d6c3d90667727b668248d2a8191cfefa2528.zip cpython-e9c7d6c3d90667727b668248d2a8191cfefa2528.tar.gz cpython-e9c7d6c3d90667727b668248d2a8191cfefa2528.tar.bz2 |
Fix markup and working in the doc.
Diffstat (limited to 'Doc/library/urllib.request.rst')
-rw-r--r-- | Doc/library/urllib.request.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index f99701d..3c02333 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -276,8 +276,8 @@ The following classes are provided: :exc:`ValueError` when presented with an authentication scheme other than Digest or Basic. - ..versionchanged:: 3.3 - Raise ValueError on unsupported Authentication Scheme. + .. versionchanged:: 3.3 + Raise :exc:`ValueError` on unsupported Authentication Scheme. |