Skip to content

Commit 27ebb6d

Browse files
authored
DOC: Typo
1 parent 1a594bc commit 27ebb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class RescaleOutputSpec(TraitedSpec):
3232
class Rescale(SimpleInterface):
3333
"""Rescale an image
3434
35-
Rescales the non-zero portion of ``in_file`` to match the bounds of the '
35+
Rescales the non-zero portion of ``in_file`` to match the bounds of the
3636
non-zero portion of ``ref_file``.
3737
Reference values in the input and reference images are defined by the
3838
``percentile`` parameter, and the reference values in each image are

0 commit comments

Comments
 (0)