diff --git a/src/socketio/async_simple_client.py b/src/socketio/async_simple_client.py index db907846..c6cd4fc1 100644 --- a/src/socketio/async_simple_client.py +++ b/src/socketio/async_simple_client.py @@ -9,7 +9,7 @@ class AsyncSimpleClient: This class implements a simple, yet fully compliant Socket.IO web client with support for websocket and long-polling transports. - Th positional and keyword arguments given in the constructor are passed + The positional and keyword arguments given in the constructor are passed to the underlying :func:`socketio.AsyncClient` object. """ def __init__(self, *args, **kwargs): diff --git a/src/socketio/simple_client.py b/src/socketio/simple_client.py index ce3a1c5c..67791477 100644 --- a/src/socketio/simple_client.py +++ b/src/socketio/simple_client.py @@ -9,7 +9,7 @@ class SimpleClient: This class implements a simple, yet fully compliant Socket.IO web client with support for websocket and long-polling transports. - Th positional and keyword arguments given in the constructor are passed + The positional and keyword arguments given in the constructor are passed to the underlying :func:`socketio.Client` object. """ def __init__(self, *args, **kwargs):