Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Aug 17, 2023
1 parent bb41b5b commit f8724ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neo/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
from neo.io.exampleio import ExampleIO
from neo.io.igorproio import IgorIO
from neo.io.intanio import IntanIO
from neo.io.intanrawio import IntanRawIO
from neo.io.intanbinaryio import IntanBinaryIO
from neo.io.klustakwikio import KlustaKwikIO
from neo.io.kwikio import KwikIO
from neo.io.mearecio import MEArecIO
Expand Down Expand Up @@ -374,7 +374,7 @@
ExampleIO,
IgorIO,
IntanIO,
IntanRawIO,
IntanBinaryIO,
KlustaKwikIO,
KwikIO,
MEArecIO,
Expand Down
2 changes: 1 addition & 1 deletion neo/io/intanbinaryio.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from neo.rawio.intanbinaryrawio import IntanBinaryRawIO


class IntanIO(IntanBinaryRawIO, BaseFromRaw):
class IntanBinaryIO(IntanBinaryRawIO, BaseFromRaw):
__doc__ = IntanBinaryRawIO.__doc__
_prefered_signal_group_mode = 'group-by-same-units'

Expand Down

0 comments on commit f8724ec

Please sign in to comment.