From ab60edcdf73f3c7a4e5e0b91866ec1e5a08e8295 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Sun, 10 Aug 2014 20:31:22 +0530 Subject: [PATCH] Fix Reference format --- skimage/graph/graph_cut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/graph/graph_cut.py b/skimage/graph/graph_cut.py index 56939b7e..97ca7507 100644 --- a/skimage/graph/graph_cut.py +++ b/skimage/graph/graph_cut.py @@ -112,7 +112,7 @@ def cut_normalized(labels, rag, thresh=0.001, num_cuts=10, in_place=True): ---------- .. [1] Shi, J.; Malik, J., "Normalized cuts and image segmentation", Pattern Analysis and Machine Intelligence, - IEEE Transactions on , vol.22, no.8, pp.888,905, August 2000 + IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000. """ if not in_place: