From 6ef01cb4dca2ddc84e99f5c0117cf05dce2341b0 Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 13 Aug 2014 02:12:51 +0530 Subject: [PATCH] change ref format in example --- doc/examples/plot_ncut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_ncut.py b/doc/examples/plot_ncut.py index 3160f710..6b8a62ab 100644 --- a/doc/examples/plot_ncut.py +++ b/doc/examples/plot_ncut.py @@ -10,7 +10,7 @@ References ---------- .. [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, Aug 2000 + IEEE Transactions on, vol. 22, no. 8, pp. 888-905, August 2000. """ from skimage import graph, data, io, segmentation, color from matplotlib import pyplot as plt