diff --git a/socketio/asyncio_client.py b/socketio/asyncio_client.py index 2b10434..c2a2e09 100644 --- a/socketio/asyncio_client.py +++ b/socketio/asyncio_client.py @@ -86,7 +86,7 @@ class AsyncClient(client.Client): Example usage:: - sio = socketio.Client() + sio = socketio.AsyncClient() sio.connect('http://localhost:5000') """ self.connection_url = url