Skip to content

Commit

Permalink
docs: Fix build warning
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jodal committed Dec 2, 2012
1 parent be5ec0c commit bdea661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws4py/server/geventserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class UpgradableWSGIHandler(gevent.pywsgi.WSGIHandler):
If an HTTP request comes in that includes the Upgrade header, it will add
to the environment two items:
``upgrade.protocol` `
``upgrade.protocol``
The protocol to upgrade to. Checking for this lets you know the request
wants to be upgraded and the WSGI server supports this interface.
Expand Down

0 comments on commit bdea661

Please sign in to comment.