We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9644c commit 05a7213Copy full SHA for 05a7213
1 file changed
hello.py
@@ -7,7 +7,7 @@
7
8
@app.route('/hello')
9
async def hello_world(**server):
10
- return 'Hello world!', 'latin-1'
+ return 'Hello World!', 'latin-1'
11
12
13
if __name__ == '__main__':
0 commit comments