diff options
Diffstat (limited to 'src/jinja2/tests.py')
-rw-r--r-- | src/jinja2/tests.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/jinja2/tests.py b/src/jinja2/tests.py index 8c4d466..fabd4ce 100644 --- a/src/jinja2/tests.py +++ b/src/jinja2/tests.py @@ -1,13 +1,5 @@ # -*- coding: utf-8 -*- -""" - jinja2.tests - ~~~~~~~~~~~~ - - Jinja test functions. Used with the "is" operator. - - :copyright: (c) 2017 by the Jinja Team. - :license: BSD, see LICENSE for more details. -""" +"""Built-in template tests used with the ``is`` operator.""" import decimal import operator import re |