Skip to content

Commit

Permalink
Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelle committed Feb 21, 2016
1 parent 14c4664 commit bde6076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/measure/_ccomp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def label(input, neighbors=None, background=None, return_num=False,
>>> print(label(x, background=-1))
[[1 2 2]
[2 1 2]
[2 2 1]])
[2 2 1]]
>>> x = np.array([[1, 0, 0],
... [1, 1, 5],
Expand Down

0 comments on commit bde6076

Please sign in to comment.