Replace tab with appropriate spaces.

This commit is contained in:
Cory Benfield
2016-05-12 10:57:52 +01:00
parent 87704105af
commit 0838685dab
+1 -1
View File
@@ -444,7 +444,7 @@ class Session(SessionRedirectMixin):
: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(),