Update docs/features.rst

Co-authored-by: Peter Bittner <django@bittner.it>
This commit is contained in:
Petr Dlouhý 2022-07-18 15:06:04 +02:00 committed by Peter Bittner
parent 5ad082df48
commit 19c43bef4a

View file

@ -88,7 +88,7 @@ or in the template:
{% analytical_head_top %}
{% endwith %}
or in context proessor:
or by implementing a context processor, e.g.
.. code-block:: python