Skip to content

Commit

Permalink
Documentation typos
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 6, 2024
1 parent 0a54ec6 commit 29c7943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/socketio/async_simple_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion src/socketio/simple_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 29c7943

Please sign in to comment.