Skip to content

Commit bdea661

Browse files
committed
docs: Fix build warning
This fixes the following build warning: .../ws4py/server/geventserver.py:docstring of ws4py. server.geventserver.UpgradableWSGIHandler:12: WARNING: Inline literal start-string without end-string.
1 parent be5ec0c commit bdea661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ws4py/server/geventserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UpgradableWSGIHandler(gevent.pywsgi.WSGIHandler):
1818
If an HTTP request comes in that includes the Upgrade header, it will add
1919
to the environment two items:
2020
21-
``upgrade.protocol` `
21+
``upgrade.protocol``
2222
The protocol to upgrade to. Checking for this lets you know the request
2323
wants to be upgraded and the WSGI server supports this interface.
2424

0 commit comments

Comments
 (0)