We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eb4c1 commit 32a7fc1Copy full SHA for 32a7fc1
README.rst
@@ -148,7 +148,7 @@ Advanced Usage
148
--------------
149
Normally websocket routes happen outside of the normal request context. You can
150
get a request context in your websocket handler by using
151
-`app.request_context`::
+``app.request_context``::
152
153
app = Flask(__name__)
154
ws = GeventWebSocket(app)
0 commit comments