Skip to content

Commit 5b91346

Browse files
Documentation fix for async client.
1 parent 98f3cb4 commit 5b91346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/socketio/asyncio_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ class AsyncClient(client.Client):
5050
5151
:param request_timeout: A timeout in seconds for requests. The default is
5252
5 seconds.
53-
:param http_session: an initialized ``requests.Session`` object to be used
54-
when sending requests to the server. Use it if you
55-
need to add special client options such as proxy
53+
:param http_session: an initialized ``aiohttp.ClientSession`` object to be
54+
used when sending requests to the server. Use it if
55+
you need to add special client options such as proxy
5656
servers, SSL certificates, etc.
5757
:param ssl_verify: ``True`` to verify SSL certificates, or ``False`` to
5858
skip SSL certificate verification, allowing

0 commit comments

Comments
 (0)