From: Erik Johnson Date: Mon, 19 Mar 2018 19:30:46 +0000 (-0500) Subject: Fix spelling in docstring X-Git-Tag: 2.11.0~122^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50995cb7f9fecdd34cacc2ed1b89d5847aac890f;p=thirdparty%2Fjinja.git Fix spelling in docstring --- diff --git a/tests/test_filters.py b/tests/test_filters.py index eee5d35a..946403be 100644 --- a/tests/test_filters.py +++ b/tests/test_filters.py @@ -160,7 +160,7 @@ class TestFilter(object): def test_indent_markup_input(self, env): ''' - Tests casses where the filter input is a Markup type + Tests cases where the filter input is a Markup type ''' self._test_indent_multiline_template(env, markup=True)