add rtype in session.request

This commit is contained in:
liuyang
2016-04-11 14:33:23 +08:00
parent 2874fd18fe
commit 2981366f56
+2 -1
View File
@@ -443,7 +443,8 @@ class Session(SessionRedirectMixin):
A CA_BUNDLE path can also be provided. Defaults to ``True``.
:param cert: (optional) if String, path to ssl client cert file (.pem).
If Tuple, ('cert', 'key') pair.
"""
:rtype: requests.Response
"""
# Create the Request.
req = Request(
method = method.upper(),