From 82098a634f24c0a73192e1c82fe8f3c54f36f472 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Wed, 7 Jul 2021 08:48:10 +0200 Subject: [PATCH] Fix formatting of Jinja example code. Fixes #2884 (#2886) --- docs/settings.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/settings.rst b/docs/settings.rst index e685d55d..47852527 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -104,6 +104,7 @@ Basic settings should map the filtername to the filter function. Example:: + import sys sys.path.append('to/your/path')