Skip to content

Commit

Permalink
change a typo from client to server (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogCohen authored and miguelgrinberg committed Mar 27, 2019
1 parent 65c4675 commit 55e3a6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/server.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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
Python standard library.
- The :func:`socketio.AsyncServer` class creates a server compatible with
the ``asyncio`` package.

The methods in the two clients are the same, with the only difference that in
the ``asyncio`` client most methods are implemented as coroutines.
The methods in the two servers are the same, with the only difference that in
the ``asyncio`` server most methods are implemented as coroutines.

Installation
------------
Expand Down

0 comments on commit 55e3a6c

Please sign in to comment.