From 5f31b9e5db290e46dcbcba27c704406aa16050c0 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 2 Dec 2019 21:51:27 +0000 Subject: [PATCH] DOC: typo --- fsl/wrappers/fslmaths.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fsl/wrappers/fslmaths.py b/fsl/wrappers/fslmaths.py index bc1318c52..2bfd71291 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') -- GitLab