summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/i18n/timezones.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt
index d66a49a2ab..7d547057f9 100644
--- a/docs/topics/i18n/timezones.txt
+++ b/docs/topics/i18n/timezones.txt
@@ -685,7 +685,7 @@ Usage
the datetime in UTC returned by :func:`django.utils.timezone.now` will be
sufficient.
- For the shake of completeness, if you really wanted the current time in the
+ For the sake of completeness, if you really wanted the current time in the
local time zone, here's how you would obtain it::
>>> import datetime