Skip to content

Commit

Permalink
Add reference to ref 2 in text
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Aug 25, 2016
1 parent 47af70a commit 5b0ba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/morphology/watershed.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def _compute_neighbors(image, structure, offset):

def watershed(image, markers, connectivity=1, offset=None, mask=None,
compactness=0):
"""Find watershed basins [1]_ in `image` flooded from given `markers`.
"""Find watershed basins [1]_ [2]_ in `image` flooded from given `markers`.
Parameters
----------
Expand Down

0 comments on commit 5b0ba4b

Please sign in to comment.