From 603f5d658a084ec557dc5c32988ad6c0b0fe5a26 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Sun, 28 Mar 2021 11:52:40 +0200 Subject: [PATCH] :pencil: Small spelling mistake --- funcs/miscFuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/miscFuncs.py b/funcs/miscFuncs.py index c55f23d..288d1fd 100644 --- a/funcs/miscFuncs.py +++ b/funcs/miscFuncs.py @@ -33,7 +33,7 @@ def time_in_range(start, end, x): else: return start <= x or x <= end -# Responds with a greeting of a time-aprpriate maner +# Responds with a greeting of a time-appropriate maner def helloFunc(author): now = datetime.datetime.now() if time_in_range(now.replace(hour=5, minute=0, second=0, microsecond=0),now.replace(hour=10, minute=0, second=0, microsecond=0), now):