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