Browse Source

Documentation typos

pull/1298/head
Miguel Grinberg 1 year ago
parent
commit
29c794333e
Failed to extract signature
  1. 2
      src/socketio/async_simple_client.py
  2. 2
      src/socketio/simple_client.py

2
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):

2
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):

Loading…
Cancel
Save