From 141e137d9fcf7e2305ee2f726b38e4e4f9cadf13 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 3 Sep 2013 13:13:20 +0200 Subject: [PATCH] Minor style change for docs. --- docs/values.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/values.rst b/docs/values.rst index f0ffe4a..146e809 100644 --- a/docs/values.rst +++ b/docs/values.rst @@ -6,11 +6,11 @@ Values .. versionadded:: 0.4 - django-configurations allows you to optionally reduce the amount of validation - and setup code in your **settings.py** by using ``Value`` classes. They have - the ability to handle values from the process environment of your software - (:data:`os.environ`) and work well in projects that follow the - `Twelve-Factor methodology`_. +django-configurations allows you to optionally reduce the amount of validation +and setup code in your **settings.py** by using ``Value`` classes. They have +the ability to handle values from the process environment of your software +(:data:`os.environ`) and work well in projects that follow the +`Twelve-Factor methodology`_. Overview --------