From c070436d7022ef3cb777f690196191258fcfaeb1 Mon Sep 17 00:00:00 2001 From: Mike Fogel Date: Mon, 22 Apr 2024 21:33:28 -0700 Subject: [PATCH] Fix typo, remove word --- timezone_field/choices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timezone_field/choices.py b/timezone_field/choices.py index 3276d68..59f78d7 100644 --- a/timezone_field/choices.py +++ b/timezone_field/choices.py @@ -6,7 +6,7 @@ def normalize_standard(tztuple): """Normalize timezone names by replacing special characters with space. - For proper sorting, using spaces makes all comparisons mor consistent. + For proper sorting, using spaces makes comparisons more consistent. :param str tztuple: tuple of timezone and representation """