From a78e61b5e97e0bf300bdc698b5f6d969f85d72c0 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 4 Mar 2012 20:32:12 +0000 Subject: [PATCH] Fixed a ReST error. Thanks md4d for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17654 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/i18n/timezones.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 7d547057f9..e30de2997b 100644 --- a/docs/topics/i18n/timezones.txt +++ b/docs/topics/i18n/timezones.txt @@ -32,9 +32,9 @@ interacting with end users. Time zone support is disabled by default. To enable it, set :setting:`USE_TZ = True ` in your settings file. Installing pytz_ is highly recommended, -but not mandatory. It's as simple as:: +but not mandatory. It's as simple as: -.. code-block:: +.. code-block:: bash $ sudo pip install pytz