Skip to content

Commit 4d4662f

Browse files
authored
Merge pull request #359 from jhlegarreta/doc/add-missing-param-docstring
DOC: Add docstring to parameter in base data module `to_nifti` function
2 parents 0ed2364 + 805ffd6 commit 4d4662f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/nifreeze/data/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ def to_nifti(
501501
502502
Parameters
503503
----------
504+
dataset : :obj:`~nifreeze.data.base.BaseDataset`
505+
The dataset to serialize.
504506
filename : :obj:`os.pathlike`, optional
505507
The output NIfTI file path.
506508
write_hmxfms : :obj:`bool`, optional

0 commit comments

Comments
 (0)