8000 Update http.rst (#191) · arangodb/python-arango@77cbc68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77cbc68

Browse files
authored
Update http.rst (#191)
1 parent f4b48a0 commit 77cbc68

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)
0