"src/vscode:/vscode.git/clone" did not exist on "cdb3c4931bdff39eff4aa863e0d9b3c6ceace047"
Unverified Commit 4433680a authored by CptCaptain's avatar CptCaptain Committed by GitHub
Browse files

Add missing bracket to docstring (#8117)

parent 9fa5f3f0
......@@ -178,7 +178,7 @@ class RandomPhotometricDistort(Transform):
Args:
brightness (tuple of float (min, max), optional): How much to jitter brightness.
brightness_factor is chosen uniformly from [min, max]. Should be non negative numbers.
contrast tuple of float (min, max), optional): How much to jitter contrast.
contrast (tuple of float (min, max), optional): How much to jitter contrast.
contrast_factor is chosen uniformly from [min, max]. Should be non-negative numbers.
saturation (tuple of float (min, max), optional): How much to jitter saturation.
saturation_factor is chosen uniformly from [min, max]. Should be non negative numbers.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment