Skip to content

Commit

Permalink
Documentation fix for async client.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 9, 2022
1 parent 98f3cb4 commit 5b91346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/socketio/asyncio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ class AsyncClient(client.Client):
:param request_timeout: A timeout in seconds for requests. The default is
5 seconds.
:param http_session: an initialized ``requests.Session`` object to be used
when sending requests to the server. Use it if you
need to add special client options such as proxy
:param http_session: an initialized ``aiohttp.ClientSession`` object to be
used when sending requests to the server. Use it if
you need to add special client options such as proxy
servers, SSL certificates, etc.
:param ssl_verify: ``True`` to verify SSL certificates, or ``False`` to
skip SSL certificate verification, allowing
Expand Down

0 comments on commit 5b91346

Please sign in to comment.