Merge pull request #3042 from bsandrow/patch-1

Fix api.rst References
This commit is contained in:
2016-03-09 00:35:45 -05:00
+1 -1
View File
@@ -63,7 +63,7 @@ from .status_codes import codes
from .exceptions import (
RequestException, Timeout, URLRequired,
TooManyRedirects, HTTPError, ConnectionError,
FileModeWarning,
FileModeWarning, ConnectTimeout, ReadTimeout
)
# Set default logging handler to avoid "No handler found" warnings.