commit | e9c7d6c3d90667727b668248d2a8191cfefa2528 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu May 12 01:10:57 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu May 12 01:10:57 2011 +0300 |
tree | 61bec75373664f642892f3639822a11374132cf8 | |
parent | 410dd7d35755c1ee2cab2d910ba22bcca22407a7 [diff] [blame] |
Fix markup and working in the doc.
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 @@ :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.