Skip to content

Commit

Permalink
Fix typo, remove word
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Apr 23, 2024
1 parent 70dea6e commit c070436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timezone_field/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit c070436

Please sign in to comment.