From d4c250c53d7400697211f02c65ce166f3bcb2130 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Tue, 12 Nov 2024 11:44:32 -0800 Subject: [PATCH] docs: Update example docstring --- examples/customize_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customize_logging.py b/examples/customize_logging.py index 3ddf3c6..46f8916 100644 --- a/examples/customize_logging.py +++ b/examples/customize_logging.py @@ -1,4 +1,4 @@ -"""A script for connecting to a scope, retrieving waveform data, and saving it to a file.""" +"""A script demonstrating how to customize the logging that happens during runtime.""" from tm_data_types import AnalogWaveform, write_file