mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-04-22 05:54:42 +00:00
Merge pull request #292 from njamaleddine/develop
Fixed minor spelling error in README.rst
This commit is contained in:
commit
002b5bdac8
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ particularly when the processing being done depends on user input.
|
|||
format = 'JPEG'
|
||||
options = {'quality': 60}
|
||||
|
||||
It's probaby not surprising that this class is capable of processing an image
|
||||
It's probably not surprising that this class is capable of processing an image
|
||||
in the exact same way as our ImageSpecField above. However, unlike with the
|
||||
image spec model field, this class doesn't define what source the spec is acting
|
||||
on, or what should be done with the result; that's up to you:
|
||||
|
|
|
|||
Loading…
Reference in a new issue