Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ WebsocketProvider
use the ``websocket_kwargs`` to do so. See the `websockets documentation`_ for
available arguments.

.. _`websockets documentation`: https://websockets.readthedocs.io/en/stable/api.html#websockets.protocol.WebSocketCommonProtocol
.. _`websockets documentation`: https://websockets.readthedocs.io/en/stable/reference/client.html#websockets.client.connect

Unlike HTTP connections, the timeout for WS connections is controlled by a
separate ``websocket_timeout`` argument, as shown below.
Expand Down