diff --git a/docs/intro.rst b/docs/intro.rst index 7e862d64..464cd1d6 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -63,8 +63,8 @@ asynchronous server: .. code:: python - import engineio import eventlet + import socketio sio = socketio.Server() app = socketio.WSGIApp(sio, static_files={