mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
Typo in docstring
This commit is contained in:
@@ -4,7 +4,7 @@ register = template.Library()
|
|||||||
|
|
||||||
@register.filter(name='items')
|
@register.filter(name='items')
|
||||||
def items(value):
|
def items(value):
|
||||||
"""Just do value.items(); the reason to not just do value.items in the templatte that the latter will first do a
|
"""Just do value.items(); the reason to not just do value.items in the template that the latter will first do a
|
||||||
dictionary lookup; if the dictionary contains an item with the key 'items', that will be returned which is
|
dictionary lookup; if the dictionary contains an item with the key 'items', that will be returned which is
|
||||||
definitely not what we want here. """
|
definitely not what we want here. """
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user