Skip to content

Commit 0118b19

Browse files
committed
DOC: Mark the insert_b0 parameter as optional
Mark the `insert_b0` parameter as optional.
1 parent 25f6f27 commit 0118b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nifreeze/data/dmri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def to_nifti(self, filename: Path | str, insert_b0: bool = False) -> None:
216216
----------
217217
filename : :obj:`os.pathlike`
218218
The output NIfTI file path.
219-
insert_b0 : :obj:`bool`
219+
insert_b0 : :obj:`bool`, optional
220220
Insert a :math:`b=0` at the front of the output NIfTI.
221221
222222
"""

0 commit comments

Comments
 (0)