Skip to content

Commit

Permalink
Merge 3383a51 into f7bc3cb
Browse files Browse the repository at this point in the history
  • Loading branch information
item4 committed Nov 23, 2015
2 parents f7bc3cb + 3383a51 commit 9d35b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wand/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -2186,7 +2186,7 @@ def unsharp_mask(self, radius, sigma, amount, threshold):
"""Sharpens the image using unsharp mask filter. We convolve the image
with a Gaussian operator of the given ``radius`` and standard deviation
(``sigma``). For reasonable results, ``radius`` should be larger than
``sigma``. Use a radius of 0 and :meth:`unsharp_mask()`` selects
``sigma``. Use a radius of 0 and :meth:`unsharp_mask()` selects
a suitable radius for you.
:param radius: the radius of the Gaussian, in pixels,
Expand Down Expand Up @@ -2354,7 +2354,7 @@ class Image(BaseImage):
:type file: file object
:param filename: opens an image of the ``filename`` string
:type filename: :class:`basestring`
:param format: forces filename to buffer.``format`` to help
:param format: forces filename to buffer. ``format`` to help
imagemagick detect the file format. Used only in
``blob`` or ``file`` cases
:type format: :class:`basestring`
Expand Down

0 comments on commit 9d35b7d

Please sign in to comment.