matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.26k stars 276 forks source link

docs: Fix simple typo, assigment -> assignment #497

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in tests/test_generateimage_tag.py, tests/test_thumbnail_tag.py.

Should read assignment rather than assigment.

vstoykov commented 4 years ago

Thank you very much