Fix max_redirects docs issue #1301

This commit is contained in:
Iuri de Silvio
2013-04-17 12:27:06 -07:00
parent 6046fcffe8
commit 736e8cd735
+2 -1
View File
@@ -212,7 +212,8 @@ class Session(SessionRedirectMixin):
#: SSL certificate default.
self.cert = None
#: Maximum number of redirects to follow.
#: Maximum number of redirects allowed. If the request exceeds this
#: limit, a :class:`TooManyRedirects` exception is raised.
self.max_redirects = DEFAULT_REDIRECT_LIMIT
#: Should we trust the environment?