Browse Source

Fix backquotes usage in docs.

Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html
pull/146/head
Kane Blueriver 8 years ago
committed by GitHub
parent
commit
394d6cf7ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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