Skip to content

Commit 2773ca7

Browse files
cw00dw0rdjoowani
authored andcommitted
Update http.rst (#191)
1 parent 0254854 commit 2773ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/http.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Your ``CustomHTTPClient`` class might look something like this:
5858
method_whitelist=["HEAD", "GET", "OPTIONS"],
5959
)
6060
http_adapter = HTTPAdapter(max_retries=retry_strategy)
61-
session.mount('https://', adapter)
62-
session.mount('http://', adapter)
61+
session.mount('https://', http_adapter)
62+
session.mount('http://', http_adapter)
6363

6464
return session
6565

0 commit comments

Comments
 (0)