Skip to content

Commit

Permalink
clock: fix missing space [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed May 27, 2021
1 parent 12f8640 commit 81f5c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/modules/clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'What format do you want me to use? '
'Try using http://strftime.net to make one.')
ERROR_INVALID_TIMEZONE = (
'Could not find timezone "%s".'
'Could not find timezone "%s". '
'Try one from https://sopel.chat/tz')
ERROR_INVALID_FORMAT = (
"That format doesn't work. Try using "
Expand Down

0 comments on commit 81f5c2e

Please sign in to comment.