Skip to content

Commit b29f2a4

Browse files
sprengerJuliaSprenger
authored andcommitted
[neuralynx] add missing docstring parameter
1 parent 18e502e commit b29f2a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

neo/io/neuralynxio.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ def __init__(self, dirname='', filename='', use_cache=False, cache_path='same_as
3535
----------
3636
dirname : str
3737
Directory containing data files
38+
filename : str
39+
Name of a single ncs, nse, nev, or ntt file to include in dataset. Will be ignored,
40+
if dirname is provided.
3841
use_cache : bool, optional
3942
Cache results of initial file scans for faster loading in subsequent runs.
4043
Default: False

0 commit comments

Comments
 (0)