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:
Tim Gates 2020-03-08 13:04:21 +11:00
parent bc12a319b3
commit 9d450a78b8
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05
2 changed files with 2 additions and 2 deletions

View file

@ -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.
"""

View file

@ -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.
"""