mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-06 05:16:40 +08:00
Fix typo in doc string
This commit is contained in:
@@ -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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user