Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 22, 2023
1 parent 915a017 commit 183daec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dclab/rtdc_dataset/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 183daec

Please sign in to comment.