From f6e489d555fb4d1b4a8a0746e04bdcd2343324a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Mon, 18 Jul 2022 15:06:04 +0200 Subject: [PATCH] Update docs/features.rst Co-authored-by: Peter Bittner --- docs/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.rst b/docs/features.rst index e804d78..fc80172 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -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