From d83592cc055c5fcc76243ecc199b00e70daed393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Scho=CC=88nberger?= Date: Mon, 23 Apr 2012 16:22:37 +0200 Subject: [PATCH] improved doc string --- skimage/draw/_draw.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/draw/_draw.pyx b/skimage/draw/_draw.pyx index 6f6c955f..38e8f941 100644 --- a/skimage/draw/_draw.pyx +++ b/skimage/draw/_draw.pyx @@ -78,7 +78,7 @@ def polygon(verts, shape=None): Parameters ---------- verts : Nx2 ndarray - (row, col) coordinates + (row, col) vertices of polygon 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.