!874 【轻量级 PR】:update mindspore/dataset/transforms/vision/py_transforms.py. Fix docstring example.

Merge pull request !874 from cathwong/N/A
This commit is contained in:
mindspore-ci-bot 2020-04-30 01:34:21 +08:00 committed by Gitee
commit ea7872b0a3
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ class RandomSharpness:
Examples:
>>> py_transforms.ComposeOp([py_transforms.Decode(),
>>> py_transforms.RandomColor(0.5,1.5),
>>> py_transforms.RandomSharpness(0.5,1.5),
>>> py_transforms.ToTensor()])
"""