DOC: remove wu in methods

This commit is contained in:
François Boulogne
2013-10-02 17:24:22 +02:00
parent 2606494828
commit bf31517843
+1 -1
View File
@@ -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