From 5f22557acf53cec254f36170267a03b98c0a55f8 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sat, 26 Dec 2015 15:43:20 +0530 Subject: [PATCH] [admin-guide-cloud] Add a bit space before code-block Numbering is violated at present due to wrong position of code-block. So it is corrected Change-Id: I509dae382e996a9832e689172daa7c11f1aee07f --- doc/admin-guide-cloud/source/dashboard_sessions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide-cloud/source/dashboard_sessions.rst b/doc/admin-guide-cloud/source/dashboard_sessions.rst index 594136caae..74b5fc0ac8 100644 --- a/doc/admin-guide-cloud/source/dashboard_sessions.rst +++ b/doc/admin-guide-cloud/source/dashboard_sessions.rst @@ -129,7 +129,7 @@ far beyond the scope of this documentation. #. In the ``local_settings.py`` file, change these options: - .. code-block:: python + .. code-block:: python SESSION_ENGINE = 'django.contrib.sessions.backends.db' DATABASES = {