]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
docs(filters): fix typo `columwrapper` => `columnwrapper` 1004/head
authorImran Iqbal <myii@users.noreply.github.com>
Mon, 20 May 2019 12:19:08 +0000 (13:19 +0100)
committerGitHub <noreply@github.com>
Mon, 20 May 2019 12:19:08 +0000 (13:19 +0100)
jinja2/filters.py

index b55e1762ebe0241fef26135cab3acc6881419fae..10102b03110de214183cddf4ca6ab381045e6b9d 100644 (file)
@@ -725,7 +725,7 @@ def do_slice(value, slices, fill_with=None):
 
     .. sourcecode:: html+jinja
 
-        <div class="columwrapper">
+        <div class="columnwrapper">
           {%- for column in items|slice(3) %}
             <ul class="column-{{ loop.index }}">
             {%- for item in column %}