Skip to content

Commit 168cd1e

Browse files
authored
Fix phrase to match screenshots
1 parent 020b355 commit 168cd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
@app.route("/")
66
def hello():
7-
return "Hello World!"
7+
return "Hello, World!"

0 commit comments

Comments
 (0)