diff --git a/fsl/wrappers/fslmaths.py b/fsl/wrappers/fslmaths.py index bc1318c52f1ce9ea7a8b818ab8978e7717074d14..2bfd7129183739b79ae7af7b150f417c862e9244 100644 --- a/fsl/wrappers/fslmaths.py +++ b/fsl/wrappers/fslmaths.py @@ -15,9 +15,9 @@ from . import wrapperutils as wutils class fslmaths(object): """Perform mathematical manipulation of images. - ``fslmaths`` is unlike the other FSL wrapper tools in that it provdes - an object-oriented interface which is hopefully easier to use than - constructing a ``fslmaths`` command-line call. For example, the + ``fslmaths`` is unlike the other FSL wrapper tools in that it provides an + object-oriented method-chaining interface, which is hopefully easier to + use than constructing a ``fslmaths`` command-line call. For example, the following call to the ``fslmaths`` wrapper function:: fslmaths('input.nii').thr(0.25).mul(-1).run('output.nii')