mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
docs: Fix simple typo, assigment -> assignment
There is a small typo in tests/test_generateimage_tag.py, tests/test_thumbnail_tag.py. Should read `assignment` rather than `assigment`.
This commit is contained in:
parent
bc12a319b3
commit
9d450a78b8
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ def test_dangling_html_attrs_delimiter():
|
|||
@raises(TemplateSyntaxError)
|
||||
def test_html_attrs_assignment():
|
||||
"""
|
||||
You can either use generateimage as an assigment tag or specify html attrs,
|
||||
You can either use generateimage as an assignment tag or specify html attrs,
|
||||
but not both.
|
||||
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ def test_too_many_args():
|
|||
@raises(TemplateSyntaxError)
|
||||
def test_html_attrs_assignment():
|
||||
"""
|
||||
You can either use thumbnail as an assigment tag or specify html attrs,
|
||||
You can either use thumbnail as an assignment tag or specify html attrs,
|
||||
but not both.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue