commit | 5574c3012da66b3c5d300f00e19baa06688d0c51 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 12 17:53:43 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Oct 12 17:53:43 2011 +0200 |
tree | 98b94d14fa01928e7c86616b172a9f56ba0942a3 | |
parent | 195e702831a3eb9b7c55b30aca24c5d741fd204b [diff] [blame] |
Replace mentions of socket.error.
diff --git a/Doc/library/urllib.error.rst b/Doc/library/urllib.error.rst index 282329f..793d3e2 100644 --- a/Doc/library/urllib.error.rst +++ b/Doc/library/urllib.error.rst
@@ -21,8 +21,7 @@ .. attribute:: reason The reason for this error. It can be a message string or another - exception instance (:exc:`socket.error` for remote URLs, :exc:`OSError` - for local URLs). + exception instance such as :exc:`OSError`. .. exception:: HTTPError