Skip to content

Commit

Permalink
Merge pull request #44 from koshaan/master
Browse files Browse the repository at this point in the history
fixed dang typo
  • Loading branch information
Duckapple authored Sep 16, 2020
2 parents 7aa9fb4 + 81423ec commit 1c2d2e4
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 1c2d2e4

Please sign in to comment.