Skip to content

Commit 52be9dc

Browse files
committed
fix filter_segments_by_distance docstring
1 parent c7e9548 commit 52be9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervision/detection/utils/masks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def filter_segments_by_distance(
303303
Returns:
304304
Boolean mask after filtering.
305305
306-
Examples:
306+
Examples:
307307
```python
308308
import numpy as np
309309
import supervision as sv

0 commit comments

Comments
 (0)