Docstrings update

This commit is contained in:
LinasKo 2024-09-26 12:38:35 +03:00
parent 4a95aaa2c4
commit c81aec9d1b
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ class LineZoneAnnotator:
text_scale (float): Text scale.
text_offset (float): How far the text will be from the line.
text_padding (int): The empty space in the text box, surrounding the text.
custom_in_text: (Optional[str]): Write something else instead of "in".
custom_out_text: (Optional[str]): Write something else instead of "out".
custom_in_text (Optional[str]): Write something else instead of "in".
custom_out_text (Optional[str]): Write something else instead of "out".
display_in_count (bool): Pass `False` to hide the "in" count.
display_out_count (bool): Pass `False` to hide the "out" count.
display_text_box (bool): Pass `False` to hide the text background box.