Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Jan 24, 2023
1 parent 33d940d commit 28215bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flowio/flowdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ class FlowData(object):
:ivar channel_count: number of channels of event data
:ivar channels: a dictionary of channel information, with key as channel number
and value is a dictionary of the PnN and PnS text
ivar event_count: number of events
ivar events: 1-D array of event data
ivar file_size: file size of the imported FCS file
ivar header: dictionary of key/value pairs from the HEADER section
ivar name: file name of the imported FCS file
ivar text: dictionary of key/value pairs from the TEXT section
:ivar event_count: number of events
:ivar events: 1-D array of event data
:ivar file_size: file size of the imported FCS file
:ivar header: dictionary of key/value pairs from the HEADER section
:ivar name: file name of the imported FCS file
:ivar text: dictionary of key/value pairs from the TEXT section
:param filename_or_handle: a path string or a file handle for an FCS file
:param ignore_offset_error: option to ignore data offset error (see above note), default is False
Expand Down

0 comments on commit 28215bd

Please sign in to comment.