Skip to content

Commit 0d27c88

Browse files
committed
Edit greeting message
1 parent d202404 commit 0d27c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

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

88
@app.route('/')
99
def hello_world():
10-
return 'Hello, Python!'
10+
return 'Hello, World!'
1111

1212
@app.route('/widgets')
1313
def get_widgets():

0 commit comments

Comments
 (0)