Skip to content

Commit bf116d4

Browse files
committed
fix doc in neuralynxrawio.py
1 parent e40c547 commit bf116d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neo/rawio/neuralynxrawio/neuralynxrawio.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ class NeuralynxRawIO(BaseRawIO):
8181
if dirname is provided. But one of either dirname or filename is required.
8282
include_filename: str | list | None, default: None
8383
Name of a single ncs, nse, nev or ntt file or list of such files. Will only include
84-
file names in the list. If this is full path, the direname will be sent to self.dirname.
84+
file names in the list. This can be plain filenames or fullpath or path relative to
85+
dirname.
8586
All files should be in a single path.
8687
exclude_filename: str | list | None, default: None
8788
Name of a single ncs, nse, nev or ntt file or list of such files. Expects plain

0 commit comments

Comments
 (0)