Skip to content

Commit 19ac570

Browse files
committed
Fix the typo.
1 parent 353d26c commit 19ac570

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/paddle/v2/image.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,9 @@ def left_right_flip(im, is_color=True):
277277
278278
im = left_right_flip(im)
279279
280-
:paam im: input image with HWC layout or HW layout for gray image
281-
280+
:param im: input image with HWC layout or HW layout for gray image
282281
:type im: ndarray
283-
:paam is_color: whether color input image or not
282+
:param is_color: whether input image is color or not
284283
:type is_color: bool
285284
"""
286285
if len(im.shape) == 3 and is_color:

0 commit comments

Comments
 (0)