summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-04 20:32:12 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-04 20:32:12 +0000
commita78e61b5e97e0bf300bdc698b5f6d969f85d72c0 (patch)
tree61215b26c1436ca36631f823e9516cdd7d5b8647
parentcfd0cd1bc900b24e6206ca065520eef91d3ca3fa (diff)
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
-rw-r--r--docs/topics/i18n/timezones.txt4
1 files 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 <USE_TZ>` 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