From edf2277ea0fefcef3451200067d7d5ddb3358aa4 Mon Sep 17 00:00:00 2001 From: Grzegorz Klimaszewski <166530809+grzegorz-roboflow@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:19:45 +0200 Subject: [PATCH] fix typo in docstring --- supervision/detection/line_zone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervision/detection/line_zone.py b/supervision/detection/line_zone.py index f5d0d321..235ecfd4 100644 --- a/supervision/detection/line_zone.py +++ b/supervision/detection/line_zone.py @@ -85,7 +85,7 @@ class LineZone: to consider when deciding on whether the detection has passed the line counter or not. By default, this contains the four corners of the detection's bounding box - max_linger: An integer indicating the number of consequtive frames + max_linger: An integer indicating the number of consecutive frames detections should stay away from the line after crossing it to consider crossing completed. This configuration option is useful when dealing with unstable bounding boxes or when