Browse Source

change a typo from `client` to `server` (#280)

pull/289/head
Almog Cohen 6 years ago
committed by Miguel Grinberg
parent
commit
55e3a6cb02
  1. 6
      docs/server.rst

6
docs/server.rst

@ -1,15 +1,15 @@
The Socket.IO Server The Socket.IO Server
==================== ====================
This package contains two Socket.IO clients: This package contains two Socket.IO servers:
- The :func:`socketio.Server` class creates a server compatible with the - The :func:`socketio.Server` class creates a server compatible with the
Python standard library. Python standard library.
- The :func:`socketio.AsyncServer` class creates a server compatible with - The :func:`socketio.AsyncServer` class creates a server compatible with
the ``asyncio`` package. the ``asyncio`` package.
The methods in the two clients are the same, with the only difference that in The methods in the two servers are the same, with the only difference that in
the ``asyncio`` client most methods are implemented as coroutines. the ``asyncio`` server most methods are implemented as coroutines.
Installation Installation
------------ ------------

Loading…
Cancel
Save