From fb6cec3e971d5a60ac44adac0436dc0128121251 Mon Sep 17 00:00:00 2001 From: Tristan Miller Date: Wed, 9 Jun 2021 20:45:36 +0200 Subject: [PATCH] Fix formatting of Jinja example code. Fixes #2884 --- RELEASE.md | 3 +++ docs/settings.rst | 1 + 2 files changed, 4 insertions(+) create mode 100644 RELEASE.md diff --git a/RELEASE.md b/RELEASE.md new file mode 100644 index 00000000..c69f8890 --- /dev/null +++ b/RELEASE.md @@ -0,0 +1,3 @@ +Release type: patch + +Fix formatting of Jinja example code diff --git a/docs/settings.rst b/docs/settings.rst index c66c42a3..21e897bc 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')