From 8ba08c389c59e7baa80367ff0b75ed144284d85d Mon Sep 17 00:00:00 2001 From: seroy Date: Thu, 13 Apr 2017 16:15:13 +0300 Subject: [PATCH] changed indentation --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9feee37..081fe12 100644 --- a/README.rst +++ b/README.rst @@ -241,11 +241,10 @@ Besides ``LocalizedField``, there's also: description = LocalizedBleachField() * ``LocalizedCharField`` and ``LocalizedTextField`` - This fields following the Django convention for string-based fields use - the empty string as value for “no data”, not NULL. + This fields following the Django convention for string-based fields use the empty string as value for “no data”, not NULL. ``LocalizedCharField`` uses ``TextInput`` (````) widget for render. - Example usage: + Example usage: .. code-block:: python