From dbd63314e626a37e190447a8d93946bd9b5253c1 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 31 Jan 2024 15:39:29 -0800 Subject: [PATCH] Fix documentation for TimedCaptureMode.trim_data_seconds --- python/saleae/automation/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/saleae/automation/manager.py b/python/saleae/automation/manager.py index 9b02a64..d2ded69 100644 --- a/python/saleae/automation/manager.py +++ b/python/saleae/automation/manager.py @@ -193,7 +193,7 @@ class TimedCaptureMode: duration_seconds: float #: Seconds of data at end of capture to keep. If unspecified, all data will be kept. - #: Note, this retains the latest X seconds. If specified, the final recording length will be approximately duration_seconds-trim_data_seconds, retaining the latest data. + #: Note, this retains the latest X seconds. If specified, the final recording length will be approximately trim_data_seconds, retaining the latest data. trim_data_seconds: Optional[float] = None