From: Imran Iqbal Date: Mon, 20 May 2019 12:19:08 +0000 (+0100) Subject: docs(filters): fix typo `columwrapper` => `columnwrapper` X-Git-Tag: 2.11.0~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1004%2Fhead;p=thirdparty%2Fjinja.git docs(filters): fix typo `columwrapper` => `columnwrapper` --- diff --git a/jinja2/filters.py b/jinja2/filters.py index b55e1762..10102b03 100644 --- a/jinja2/filters.py +++ b/jinja2/filters.py @@ -725,7 +725,7 @@ def do_slice(value, slices, fill_with=None): .. sourcecode:: html+jinja -
+
{%- for column in items|slice(3) %}
    {%- for item in column %}