Skip to content

Commit 69a15b7

Browse files
committed
Fix docstrings typos
1 parent e73a2e5 commit 69a15b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/roboflow/vision_agents/plugins/roboflow/roboflow_cloud_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def on_detection_completed(event: roboflow.DetectionCompletedEvent):
7777
Effective only when annotate=True.
7878
Default - 0.0 (no dimming).
7979
annotate_text_scale: annontation text scale. Default - 0.75.
80-
annotate_text_padding: annotation text padding. Default - 1.0.
80+
annotate_text_padding: annotation text padding. Default - 1.
8181
annotate_box_thickness: annotation box thickness. Default - 2.
8282
annotate_text_position: annotation text position. Default - `sv.Position.TOP_CENTER`.
8383

plugins/roboflow/vision_agents/plugins/roboflow/roboflow_local_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def on_detection_completed(event: roboflow.DetectionCompletedEvent):
9797
Effective only when annotate=True.
9898
Default - 0.0 (no dimming).
9999
annotate_text_scale: annontation text scale. Default - 0.75.
100-
annotate_text_padding: annotation text padding. Default - 1.0.
100+
annotate_text_padding: annotation text padding. Default - 1.
101101
annotate_box_thickness: annotation box thickness. Default - 2.
102102
annotate_text_position: annotation text position. Default - `sv.Position.TOP_CENTER`.
103103
"""

0 commit comments

Comments
 (0)