Skip to content

Commit 32a7fc1

Browse files
author
zeekay
committed
Update README.
1 parent c4eb4c1 commit 32a7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Advanced Usage
148148
--------------
149149
Normally websocket routes happen outside of the normal request context. You can
150150
get a request context in your websocket handler by using
151-
`app.request_context`::
151+
``app.request_context``::
152152

153153
app = Flask(__name__)
154154
ws = GeventWebSocket(app)

0 commit comments

Comments
 (0)