From ef7088d67a5b26fa57f921797057622f6525f768 Mon Sep 17 00:00:00 2001 From: Kane Blueriver Date: Tue, 21 Nov 2017 02:09:48 +0800 Subject: [PATCH] Fix backquotes usage in docs. (#146) Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index b4994ed..4e4d6a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -277,7 +277,7 @@ as a pathname following the hostname and port. For example, connecting to */chat*. 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 their event handlers and rooms, using the optional ``namespace`` argument available in all the methods in the :class:`socketio.Server` class.