jinja
jinja copied to clipboard
Incorrect list comprehension
This list comprehension is incorrect:
https://jinja.palletsprojects.com/en/latest/templates/#jinja-filters.selectattr
It says u for user in users
when it should be user for user in users
(I'm pretty sure). Tried to find it here in this repo, but was unable to. Didn't find a link to GitHub on the docs page, so hope this is the right place to post.
Cheers!