From 0bab840e748106e620f75e3b54aa95d67cf85fcb Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 27 Feb 2018 09:47:11 +0000
Subject: [PATCH] typo in docs

---
 fsl/data/featdesign.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fsl/data/featdesign.py b/fsl/data/featdesign.py
index 26c10595b..e28f038c6 100644
--- a/fsl/data/featdesign.py
+++ b/fsl/data/featdesign.py
@@ -127,7 +127,7 @@ class FSFError(Exception):
 class FEATFSFDesign(object):
     """The ``FEATFSFDesign`` class encapsulates the design matrix from a FEAT
     analysis. This class is intended to be used for FEAT analyses generated
-    with FSL 5.0.9 and older.
+    with FSL 5.0.9 and newer.
     """
 
     def __init__(self, featDir, settings=None, loadVoxelwiseEVs=True):
-- 
GitLab