Skip to content

Commit f482310

Browse files
committed
Slight change in doc string of ANTs ImageMath interface
1 parent 05ca44e commit f482310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class ImageMath(ANTSCommand, CopyHeaderInterface):
158158
159159
By default, Nipype copies headers from the first input image (``op1``)
160160
to the output image.
161-
For the ``PadImage`` operation, the header cannot be copied from inputs to
161+
For some operations, as the ``PadImage`` operation, the header cannot be copied from inputs to
162162
outputs, and so ``copy_header`` option is automatically set to ``False``.
163163
164164
>>> pad = ImageMath(

0 commit comments

Comments
 (0)