From 744d2475d71f2eb689e95e7ade284fa7f24f58c7 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 17 Mar 2020 17:35:20 +0000 Subject: [PATCH] DOC: typo --- fsl/wrappers/wrapperutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsl/wrappers/wrapperutils.py b/fsl/wrappers/wrapperutils.py index 5954fddc5..f325bca18 100644 --- a/fsl/wrappers/wrapperutils.py +++ b/fsl/wrappers/wrapperutils.py @@ -564,7 +564,7 @@ class _FileOrThing(object): def __init__(self, stdout): """Create a ``_Results`` dict. - :arg stdout: Return value of the ecorated function (typically a + :arg stdout: Return value of the decorated function (typically a tuple containing the standard output and error of the underlying command). """ -- GitLab