Merge pull request #497 from timgates42/bugfix_typo_assignment

docs: Fix simple typo, assigment -> assignment
This commit is contained in:
Venelin Stoykov 2020-03-09 18:02:06 +02:00 committed by GitHub
commit c0e44331cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.
"""