summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/websocket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules/websocket.rst b/doc/modules/websocket.rst
index 7405e8c..b42a25f 100644
--- a/doc/modules/websocket.rst
+++ b/doc/modules/websocket.rst
@@ -2,7 +2,7 @@
=====================================
This module provides a simple way to create a `websocket
-<http://dev.w3.org/html5/websockets/>` server. It works with a few
+<http://dev.w3.org/html5/websockets/>`_ server. It works with a few
tweaks in the :mod:`~eventlet.wsgi` module that allow websockets to
coexist with other WSGI applications.