Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit baba596

Browse files
committed
Fix other doc build warnings
1 parent 6a157f5 commit baba596

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

neo/rawio/openephysrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)