summaryrefslogtreecommitdiff
path: root/doc/build/filtering.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/filtering.rst')
-rw-r--r--doc/build/filtering.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/build/filtering.rst b/doc/build/filtering.rst
index 984d21c..3d0225e 100644
--- a/doc/build/filtering.rst
+++ b/doc/build/filtering.rst
@@ -101,9 +101,7 @@ In addition to the ``expression_filter`` argument, the
:class:`.TemplateLookup` can specify filtering for all expression tags
at the programmatic level. This array-based argument, when given
its default argument of ``None``, will be internally set to
-``["unicode"]`` (or ``["str"]`` on Python 3), except when
-``disable_unicode=True`` is set in which case it defaults to
-``["str"]``:
+``["unicode"]`` (or ``["str"]`` on Python 3):
.. sourcecode:: python