Update README.rst

This commit is contained in:
Artur Barseghyan 2016-11-08 09:20:10 +01:00 committed by GitHub
parent 6c098d59ad
commit 51eae155e8

View file

@ -34,7 +34,7 @@ Installation
By default the content of the text field is stripped using either the
awesome `bleach <https://bleach.readthedocs.io/>`_ library or if bleach
is not installed just Django's own `strip_tags` function. To configure
the strip (bleach only)behaviour, two settings are introduced:
the strip (bleach only) behaviour, two settings are introduced:
.. code-block:: text