From f11b76e709bae11ac9c5050919e6d95f92f06b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 20 Aug 2012 18:45:21 +0200 Subject: [PATCH] Add full-stop at end of short doc string description --- 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 44d6e2d6..63a30b04 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-occurnace matrix accumulation. Parameters ----------