diff --git a/python/paddle/v2/image.py b/python/paddle/v2/image.py index 53d5d8dbd9b211e62e84d3d14b620d42b86d5cba..e5000e440cc8d822dbd38dce3978d2722d32ebe4 100644 --- a/python/paddle/v2/image.py +++ b/python/paddle/v2/image.py @@ -277,10 +277,9 @@ def left_right_flip(im, is_color=True): im = left_right_flip(im) - :paam im: input image with HWC layout or HW layout for gray image - + :param im: input image with HWC layout or HW layout for gray image :type im: ndarray - :paam is_color: whether color input image or not + :param is_color: whether input image is color or not :type is_color: bool """ if len(im.shape) == 3 and is_color: