Skip to content

Commit

Permalink
Add missing bracket to docstring (#8117)
Browse files Browse the repository at this point in the history
  • Loading branch information
CptCaptain committed Nov 14, 2023
1 parent 9fa5f3f commit 4433680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/transforms/v2/_color.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4433680

Please sign in to comment.