Skip to content

Commit

Permalink
fixed dang typo
Browse files Browse the repository at this point in the history
  • Loading branch information
koshaan authored Sep 16, 2020
1 parent 7aa9fb4 commit 81423ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def submitCommand(args, options):
id = postSubmission(config, session, problemName, programFile)

print(
"📬 Submission Successfull (url https://open.kattis.com/submissions/" + id + ")"
"📬 Submission Successful (url https://open.kattis.com/submissions/" + id + ")"
)

if id == -1:
Expand Down

0 comments on commit 81423ec

Please sign in to comment.