Browse Source

Remove misleading phrase about default namespace representing "physical connection".

pull/62/head
Andrew Pashkin 9 years ago
parent
commit
19a7c9d333
  1. 2
      docs/index.rst

2
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. available in all the methods in the :class:`socketio.Server` class.
When the ``namespace`` argument is omitted, set to ``None`` or to ``'/'``, the 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 Class-Based Namespaces
---------------------- ----------------------

Loading…
Cancel
Save