diff --git a/skimage/_shared/interpolation.pxd b/skimage/_shared/interpolation.pxd index a96ad70a..6545a5ef 100644 --- a/skimage/_shared/interpolation.pxd +++ b/skimage/_shared/interpolation.pxd @@ -182,7 +182,7 @@ cdef inline double bicubic_interpolation(double* image, Py_ssize_t rows, """Bicubic interpolation at a given position in the image. Interpolation using Catmull-Rom splines, based on the bicubic convolution - algorithm described in _[1]. + algorithm described in [1]_. Parameters ----------