Skip to content

Commit ef7088d

Browse files
kxxolingmiguelgrinberg
authored andcommitted
Fix backquotes usage in docs. (#146)
Related document of reST is here: http://www.sphinx-doc.org/en/stable/rest.html
1 parent 8415a7a commit ef7088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ as a pathname following the hostname and port. For example, connecting to
277277
*/chat*.
278278

279279
Each namespace is handled independently from the others, with separate session
280-
IDs (``sid``s), event handlers and rooms. It is important that applications
280+
IDs (``sid``\ s), event handlers and rooms. It is important that applications
281281
that use multiple namespaces specify the correct namespace when setting up
282282
their event handlers and rooms, using the optional ``namespace`` argument
283283
available in all the methods in the :class:`socketio.Server` class.

0 commit comments

Comments
 (0)