Skip to content

Commit 53db81a

Browse files
dPysoesteban
andcommitted
Update niworkflows/interfaces/nibabel.py
Co-Authored-By: Oscar Esteban <[email protected]>
1 parent 5a31b01 commit 53db81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

niworkflows/interfaces/nibabel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ class _MergeSeriesOutputSpec(TraitedSpec):
133133

134134

135135
class MergeSeries(SimpleInterface):
136-
"""Merge a series of 3D volumes along the last dimension into a single
137-
4D image."""
136+
"""Merge a series of 3D volumes along the last dimension into a single 4D image."""
138137

139138
input_spec = _MergeSeriesInputSpec
140139
output_spec = _MergeSeriesOutputSpec

0 commit comments

Comments
 (0)