From 503c85affc904d7d042c5bd985d6c0c3c7cb0e2e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sat, 3 Mar 2012 22:41:21 +0000 Subject: [PATCH] Fixed a typo in the time zone docs. Thanks Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17646 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/i18n/timezones.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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