File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ class BlackrockRawIO(BaseRawIO):
108108 ID of nsX file from which to load data, e.g., if set to
109109 5 only data from the ns5 file are loaded. If None, the Io
110110 will take the maximum if file is present.
111- Contrary to previsous version of the IO:
111+ Contrary to previous version of the IO:
112+
112113 * nsx_to_load is not a list
113114 * must be set at the init before parse_header()
114115
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class OpenEphysRawIO(BaseRawIO):
4343 In contrast to previous code for reading this format, here all data use memmap so it should
4444 be super fast and light compared to legacy code.
4545
46- When the acquisition is stopped and restarted then files are named *_2, *_3.
46+ When the acquisition is stopped and restarted then files are named `` *_2``, `` *_3`` .
4747 In that case this class creates a new Segment. Note that timestamps are reset in this
4848 situation.
4949
You can’t perform that action at this time.
0 commit comments