Skip to content

Commit

Permalink
Correcting typo in the reference section of adjust_sigmoid.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-maverick committed Jun 12, 2013
1 parent 884ac31 commit 2c0e20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skimage/exposure/exposure.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def adjust_sigmoid(image, cutoff=0.5, gain=10, inv=False):
References
----------
.. [1] http://www.cis.rit.edu/fairchild/PDFs/PAP07.pdf
"""
_assert_non_negative(image)
dtype = image.dtype.type
Expand Down

0 comments on commit 2c0e20f

Please sign in to comment.