From 81f5c2ecdbcc5ef7aae3c182e11c41e87e46acb5 Mon Sep 17 00:00:00 2001 From: dgw Date: Thu, 27 May 2021 15:29:49 -0500 Subject: [PATCH] clock: fix missing space [skip CI] --- sopel/modules/clock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel/modules/clock.py b/sopel/modules/clock.py index 8ae62d2bd1..1b4eaeb953 100644 --- a/sopel/modules/clock.py +++ b/sopel/modules/clock.py @@ -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 "