Browse Source

Fix backquotes usage in docs. (#146)

Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html
pull/152/head
Kane Blueriver 7 years ago
committed by Miguel Grinberg
parent
commit
ef7088d67a
  1. 2
      docs/index.rst

2
docs/index.rst

@ -277,7 +277,7 @@ as a pathname following the hostname and port. For example, connecting to
*/chat*. */chat*.
Each namespace is handled independently from the others, with separate session Each namespace is handled independently from the others, with separate session
IDs (``sid``s), event handlers and rooms. It is important that applications IDs (``sid``\ s), event handlers and rooms. It is important that applications
that use multiple namespaces specify the correct namespace when setting up that use multiple namespaces specify the correct namespace when setting up
their event handlers and rooms, using the optional ``namespace`` argument 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.

Loading…
Cancel
Save