From 14f8f739dc2454c1b35d51c866f1e79d600c2c2e Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 22 Oct 2016 22:14:51 +0300 Subject: [PATCH] Fixed formatting in the Installation section of the README --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index a3ab556..1803563 100644 --- a/README.rst +++ b/README.rst @@ -47,14 +47,14 @@ Installation 3. Set ``LANGUAGES` and `LANGUAGE_CODE`` in your settings: -.. code-block:: python + .. code-block:: python - LANGUAGE_CODE = 'en' # default language - LANGUAGEs = ( - ('en', 'English'), - ('nl', 'Dutch'), - ('ro', 'Romanian') - ) + LANGUAGE_CODE = 'en' # default language + LANGUAGEs = ( + ('en', 'English'), + ('nl', 'Dutch'), + ('ro', 'Romanian') + ) Usage -----