summaryrefslogtreecommitdiff
path: root/tests/timezones
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2021-07-30 13:41:35 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-08-06 13:00:24 +0200
commit8208381ba6a3d1613bb746617062ccf1a6a28591 (patch)
tree145fe30978bed72bb40b8a3fa99cdcaa6fc79227 /tests/timezones
parentee46722cb9c860abec4d370adff052d0c1622d34 (diff)
downloaddjango-8208381ba6a3d1613bb746617062ccf1a6a28591.tar.gz
Refs #32956 -- Corrected spelling of daylight saving time.
AP Stylebook: Saving not savings, no hyphen, and lowercase.
Diffstat (limited to 'tests/timezones')
-rw-r--r--tests/timezones/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timezones/tests.py b/tests/timezones/tests.py
index 58c69bf769..7b54ec3bfc 100644
--- a/tests/timezones/tests.py
+++ b/tests/timezones/tests.py
@@ -48,7 +48,7 @@ except ImportError:
HAS_YAML = False
# These tests use the EAT (Eastern Africa Time) and ICT (Indochina Time)
-# who don't have Daylight Saving Time, so we can represent them easily
+# who don't have daylight saving time, so we can represent them easily
# with fixed offset timezones and use them directly as tzinfo in the
# constructors.