Skip to content

Commit 05a7213

Browse files
committed
clean up
1 parent fc9644c commit 05a7213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@app.route('/hello')
99
async def hello_world(**server):
10-
return 'Hello world!', 'latin-1'
10+
return 'Hello World!', 'latin-1'
1111

1212

1313
if __name__ == '__main__':

0 commit comments

Comments
 (0)