Skip to content

Commit

Permalink
fix typo in docstring (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
NatanBagrov committed Feb 21, 2023
1 parent 87b1b7d commit cb37273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/core/bbox_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def convert_bbox_to_albumentations(
where `x`, `y` coordinates of the center of the box, all values normalized to 1 by image height and width.
Raises:
ValueError: if `target_format` is not equal to `coco` or `pascal_voc`, ot `yolo`.
ValueError: if `target_format` is not equal to `coco` or `pascal_voc`, or `yolo`.
ValueError: If in YOLO format all labels not in range (0, 1).
"""
Expand Down

0 comments on commit cb37273

Please sign in to comment.