Skip to content

Commit

Permalink
Fixing typo #39
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Apr 8, 2016
1 parent 3eefff9 commit d92a13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing_custom_sizers_and_filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Writing a Custom Filter

All Filters should subclass
``versatileimagefield.datastructures.filteredimage.FilteredImage`` and
only need to define a ``process_filter`` method with following
only need to define a ``process_image`` method with following
arguments:

- ``image``: a PIL Image instance
Expand Down

0 comments on commit d92a13e

Please sign in to comment.