diff --git a/skimage/feature/_texture.pyx b/skimage/feature/_texture.pyx index f41e8363..70d92c5c 100644 --- a/skimage/feature/_texture.pyx +++ b/skimage/feature/_texture.pyx @@ -385,7 +385,7 @@ def multiblock_local_binary_pattern(int_image, x, y, width, height): Returns ------- output : int - 8bit MB-LBP feature descriptor. + 8-bit MB-LBP feature descriptor. References ----------