diff --git a/docs/index.rst b/docs/index.rst index f456c41..b4bb235 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -211,7 +211,7 @@ their event handlers and rooms, using the optional ``namespace`` argument available in all the methods in the :class:`socketio.Server` class. When the ``namespace`` argument is omitted, set to ``None`` or to ``'/'``, the -default namespace, representing the physical connection, is used. +default namespace, is used. Class-Based Namespaces ----------------------