diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-03 22:41:21 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-03 22:41:21 +0000 |
| commit | 503c85affc904d7d042c5bd985d6c0c3c7cb0e2e (patch) | |
| tree | f65a0bfe22e0c6b7b2e64708f6655fe0d974f1d6 /docs/topics | |
| parent | af3791fa7ff559e96e142efbc4f90c75093200c8 (diff) | |
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
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/timezones.txt | 2 |
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 |
