From 62c6dfb02f42f398f4d82b2fd4ec67778b254b1a Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Fri, 29 Nov 2019 00:00:41 +0300 Subject: [PATCH] fix miguelgrinberg/python-socketio#353 --- docs/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.rst b/docs/intro.rst index eedb112..7f58c01 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -45,7 +45,7 @@ The example that follows shows a simple Python client: Client Features --------------- -- Can connect to other Socket.IO complaint servers besides the one in +- Can connect to other Socket.IO compliant servers besides the one in this package. - Compatible with Python 2.7 and 3.5+. - Two versions of the client, one for standard Python and another for