Skip to content

Commit 55e3a6c

Browse files
AlmogCohenmiguelgrinberg
authored andcommitted
change a typo from client to server (#280)
1 parent 65c4675 commit 55e3a6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
The Socket.IO Server
22
====================
33

4-
This package contains two Socket.IO clients:
4+
This package contains two Socket.IO servers:
55

66
- The :func:`socketio.Server` class creates a server compatible with the
77
Python standard library.
88
- The :func:`socketio.AsyncServer` class creates a server compatible with
99
the ``asyncio`` package.
1010

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

1414
Installation
1515
------------

0 commit comments

Comments
 (0)