summaryrefslogtreecommitdiff
path: root/doc/build/filtering.rst
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2021-09-13 23:09:06 +0200
committerFederico Caselli <cfederico87@gmail.com>2021-10-23 11:11:48 +0200
commita1d70afb5974125a1a65f590418c7c371bbdb3e6 (patch)
tree0f4d4ef4170e963aa6784a222e192d16ba753e21 /doc/build/filtering.rst
parent09cf4f68a7f7f63c2f249d61d7cc6600afe12c1a (diff)
downloadmako-workflow_test_initial_1_2.tar.gz
- remove python 2 support - add github workflows - remove disable unicode - cleanup compat file - modernize setup - use pep517 Change-Id: Ic38dbf478046cec5d0815b468f0c235b4ea5e20c
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