From 649d912071d82d0622ef4be86c41ed9270f349ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Scho=CC=88nberger?= Date: Sat, 21 Apr 2012 16:59:29 +0200 Subject: [PATCH] improved doc string --- skimage/draw/_draw.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/draw/_draw.pyx b/skimage/draw/_draw.pyx index 01b6b17d..efe1897d 100644 --- a/skimage/draw/_draw.pyx +++ b/skimage/draw/_draw.pyx @@ -102,8 +102,8 @@ def polygon(verts, shape=None): (row, col) coordinates shape : tuple, optional image shape which is used to determine maximum extents of output pixel - coordinates. This is useful for polygons which exceed the image size, - default None + coordinates. This is useful for polygons which exceed the image size. + By default the full extents of the polygon are used. Returns -------