Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 168cd1e

Browse files
authoredSep 22, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.