Update sessions.py

Update docstring for the session init to explain what the cert kwarg types are for.
This commit is contained in:
Anthony Shaw
2017-04-02 20:29:48 +10:00
committed by GitHub
parent 3cb7539981
commit a63ae02e34
+2 -1
View File
@@ -343,7 +343,8 @@ class Session(SessionRedirectMixin):
#: SSL Verification default.
self.verify = True
#: SSL client certificate default.
#: SSL client certificate default, if String, path to ssl client
#: cert file (.pem). If Tuple, ('cert', 'key') pair.
self.cert = None
#: Maximum number of redirects allowed. If the request exceeds this