Skip to content

Commit 87556ee

Browse files
ghisvaileffigies
andauthored
Update Gunzip interface docstring
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f514c68 commit 87556ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class GunzipInputSpec(GzipInputSpec):
337337

338338

339339
class Gunzip(Gzip):
340-
"""Gzip wrapper defaulting to decompression
340+
"""Gunzip wrapper
341341
342342
>>> from nipype.algorithms.misc import Gunzip
343343
>>> gunzip = Gunzip(in_file='tpms_msk.nii.gz')

0 commit comments

Comments
 (0)