Skip to content

Commit

Permalink
docs: improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jul 9, 2024
1 parent 3a6fcb3 commit e6f8533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robotoff/insights/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@ def convert_crop_bounding_box(
y_max, x_max)
:param width: original height of the image
:param height: original width of the image
:param rotate: rotation angle that we should apply to the bounding box,
defaults to 0 (no rotation)
:param rotate: rotation angle (counter-clockwise) that we should apply to
the bounding box, defaults to 0 (no rotation)
:return: the converted bounding box coordinates
"""
y_min, x_min, y_max, x_max = bounding_box
Expand Down

0 comments on commit e6f8533

Please sign in to comment.