improved doc string

This commit is contained in:
Johannes Schönberger
2012-04-21 16:59:29 +02:00
parent 0aa008712a
commit 649d912071
+2 -2
View File
@@ -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
-------