You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transport.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ need to create an instance of the Transport class yourself.
5
5
6
6
SSL verification
7
7
----------------
8
-
If you need to verficate the SSL connection (in case you have a self signed certificate for your host), the best way is to crea te a :class:`requests.Session` instance and add the information to that Session, so it keeps persistent:
8
+
If you need to verficate the SSL connection (in case you have a self signed certificate for your host), the best way is to create a :class:`requests.Session` instance and add the information to that Session, so it keeps persistent:
0 commit comments