Skip to content

Commit 805ffd6

Browse files
committed
DOC: Add docstring to parameter in base data module to_nifti function
Add docstring to parameter in base data module `to_nifti` function.
1 parent 0ed2364 commit 805ffd6

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)