Skip to content

Commit 26672cd

Browse files
authored
fix my own typos...
1 parent 7c11c7c commit 26672cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ def _parse_header(self):
276276
self.internal_unit_ids = [] # pair of chan['packet_id'], spikes['unit_class_nb']
277277
for i in range(len(self.__nev_ext_header[b"NEUEVWAV"])):
278278

279-
# electrode_id values are stored at uint16 which can be overflowed when
280-
# multiplying by 1000 below. We convert to a regular pyton into which
279+
# electrode_id values are stored at uint16 which can overflow when
280+
# multiplying by 1000 below. We convert to a regular python int which
281281
# won't overflow
282282
channel_id = int(self.__nev_ext_header[b"NEUEVWAV"]["electrode_id"][i])
283283

0 commit comments

Comments
 (0)