Skip to content

Commit

Permalink
Merge pull request #175 from jrsmith3/patch-1
Browse files Browse the repository at this point in the history
Minor typo in docstring of wand.Image.BaseImage.quantum_range
  • Loading branch information
dahlia committed Apr 2, 2014
2 parents 701c386 + e99e9fc commit 4a1609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wand/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ def background_color(self, color):
@property
def quantum_range(self):
"""(:class:`int`) The maxumim value of a color channel that is
supported by the imagemgick library.
supported by the imagemagick library.
.. versionadded:: 0.2.0
Expand Down

0 comments on commit 4a1609a

Please sign in to comment.