]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix spelling in docstring
authorErik Johnson <palehose@gmail.com>
Mon, 19 Mar 2018 19:30:46 +0000 (14:30 -0500)
committerErik Johnson <palehose@gmail.com>
Mon, 19 Mar 2018 19:30:46 +0000 (14:30 -0500)
tests/test_filters.py

index eee5d35acc03aa8fa63f3bbf9d4560ca5d8f55ac..946403bed893b14ef11183aee70ba67585250baf 100644 (file)
@@ -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)