From 72125aac0744934a08888a32a28144f7aa827edf Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Mon, 19 Jan 2015 09:03:30 +1100 Subject: [PATCH] Add underscore for ReST reference --- skimage/segmentation/slic_superpixels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/segmentation/slic_superpixels.py b/skimage/segmentation/slic_superpixels.py index d129c1e0..5671203e 100644 --- a/skimage/segmentation/slic_superpixels.py +++ b/skimage/segmentation/slic_superpixels.py @@ -59,7 +59,7 @@ def slic(image, n_segments=100, compactness=10., max_iter=10, sigma=0, Proportion of the maximum connected segment size. A value of 3 works in most of the cases. slic_zero: bool, optional - Run SLIC-zero, the zero-parameter mode of SLIC. [2] + Run SLIC-zero, the zero-parameter mode of SLIC. [2]_ Returns -------