From 19a7c9d3331981eed7ce110d034a5cef7af9f5be Mon Sep 17 00:00:00 2001 From: Andrew Pashkin Date: Wed, 21 Dec 2016 19:40:59 +0300 Subject: [PATCH] Remove misleading phrase about default namespace representing "physical connection". --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------------------