]> git.ipfire.org Git - thirdparty/jinja.git/commit
Change attr filter example to match description 402/head
authorBrandon W Maister <quodlibetor@gmail.com>
Thu, 5 Feb 2015 19:49:30 +0000 (14:49 -0500)
committerBrandon W Maister <quodlibetor@gmail.com>
Thu, 5 Feb 2015 19:49:30 +0000 (14:49 -0500)
commit9443b3cd70f983a0e20a04bb55b195a56d382e5a
tree30564a6ded568bbfca21ce6895188b98699c3ba5
parent85820fceb83569df62fa5e6b9b0f2f76b7c6a3cf
Change attr filter example to match description

foo["bar"] is an item lookup, so saying that items are not looked
up with that as an example is confusing.
jinja2/filters.py