Fix typo in doc string

This commit is contained in:
Johannes Schönberger
2013-01-13 11:38:36 +01:00
parent b304a18eba
commit accdf3b370
+2 -2
View File
@@ -267,8 +267,8 @@ def circle_perimeter(int cy, int cx, int radius, method='bresenham'):
@cython.boundscheck(False)
@cython.wraparound(False)
def set_color(img, coords, color):
"""Set pixel color in the image at the given coordiantes. Coordinates that
exceeed the shape of the image will be ignored.
"""Set pixel color in the image at the given coordinates. Coordinates that
exceed the shape of the image will be ignored.
Parameters
----------