Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 4ae9239

Browse filesBrowse files
author
Kenneth Reitz
committed
codeblock
1 parent e9de10d commit 4ae9239
Copy full SHA for 4ae9239

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flask-WebSocket
33

44
WebSockets in Python are really hard.
55

6-
::
6+
.. code-block:: python
77
88
from flask import Flask
99
from flask_websockets import WebSocket
@@ -16,7 +16,7 @@ WebSockets in Python are really hard.
1616
message = ws.receive()
1717
ws.send(message)
1818
19-
@app.route('/'')
19+
@app.route('/')
2020
def hello():
2121
return 'Hello World!'
2222

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.