From 37f5ab47a6883157b04419d2f057e5c2974bfb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 20 Aug 2012 18:53:55 +0200 Subject: [PATCH] Fix typo in doc string --- skimage/feature/_texture.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/feature/_texture.pyx b/skimage/feature/_texture.pyx index 63a30b04..58077167 100644 --- a/skimage/feature/_texture.pyx +++ b/skimage/feature/_texture.pyx @@ -18,7 +18,7 @@ def _glcm_loop(np.ndarray[dtype=np.uint8_t, ndim=2, np.ndarray[dtype=np.uint32_t, ndim=4, negative_indices=False, mode='c'] out ): - """Perform co-occurnace matrix accumulation. + """Perform co-occurrence matrix accumulation. Parameters ----------