diff --git a/skimage/draw/_draw.pyx b/skimage/draw/_draw.pyx index f68bb2f2..a8716983 100644 --- a/skimage/draw/_draw.pyx +++ b/skimage/draw/_draw.pyx @@ -175,7 +175,7 @@ def circle_perimeter(Py_ssize_t cy, Py_ssize_t cx, Py_ssize_t radius, Centre coordinate of circle. radius: int Radius of circle. - method : {'bresenham', 'andres', 'wu'}, optional + method : {'bresenham', 'andres'}, optional bresenham : Bresenham method (default) andres : Andres method