Skip to content

Commit cacb621

Browse files
faheelmiguelgrinberg
authored andcommitted
Add missing import statement for socketio in docs (#289)
* Add missing import statement for socketio * Remove incorrect import statement
1 parent 55e3a6c commit cacb621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ asynchronous server:
6363

6464
.. code:: python
6565
66-
import engineio
6766
import eventlet
67+
import socketio
6868
6969
sio = socketio.Server()
7070
app = socketio.WSGIApp(sio, static_files={

0 commit comments

Comments
 (0)