Merge pull request #468 from ahojnnes/rotate-doc

Fix parameter list format error of rotate
This commit is contained in:
Tony S Yu
2013-03-16 11:48:18 -07:00
+1 -1
View File
@@ -129,7 +129,7 @@ def rotate(image, angle, resize=False, order=1, mode='constant', cval=0.):
Input image.
angle : float
Rotation angle in degrees in counter-clockwise direction.
resize: bool, optional
resize : bool, optional
Determine whether the shape of the output image will be automatically
calculated, so the complete rotated image exactly fits. Default is
False.