Skip to content

Commit afd3c39

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/plexonrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 60d1f94 commit afd3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexonrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def _parse_header(self):
275275
channels_prefixes = np.asarray([re.match(pattern, name).group(0) for name in sig_channels["name"]])
276276
buffer_stream_groups = set(zip(channels_prefixes, sig_channels["sampling_rate"], all_sig_length))
277277

278-
# There are explanations of the streams bassed on channel names
278+
# There are explanations of the streams based on channel names
279279
# provided by a Plexon Engineer, see here:
280280
# https://github.com/NeuralEnsemble/python-neo/pull/1495#issuecomment-2184256894
281281
channel_prefix_to_stream_name = {

0 commit comments

Comments
 (0)