Skip to content

Commit 95d35e7

Browse files
author
Alvaro
committed
minor fix in docstring
1 parent 46eb649 commit 95d35e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyleida/data_utils/_data_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ def load_tseries(path):
202202
203203
Params:
204204
-------
205-
path : str
205+
path : str.
206206
Path to the local folder in which
207207
the file/s is/are located.
208208
209209
Returns:
210210
--------
211-
tseries : dict
211+
tseries : dict.
212212
Returns a dictionary with 'subjects_ids' as keys
213213
and BOLD time series as values.
214214
"""

0 commit comments

Comments
 (0)