From 183daec41b1d9be4eaa3abd30c7c9e10d725b0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Fri, 22 Dec 2023 09:19:03 +0100 Subject: [PATCH] typo --- dclab/rtdc_dataset/export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dclab/rtdc_dataset/export.py b/dclab/rtdc_dataset/export.py index 706ade32..f9f85057 100644 --- a/dclab/rtdc_dataset/export.py +++ b/dclab/rtdc_dataset/export.py @@ -444,7 +444,7 @@ def store_filtered_feature(rtdc_writer, feat, data, filtarr): Notes ----- - This code is somewhat redundant the the code of RTDCWriter. + This code is somewhat redundant the code of RTDCWriter. """ indices = np.where(filtarr)[0] hw = rtdc_writer