From 285f2049a1b483cad8b060fb205875953d337049 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 19 Sep 2019 08:55:00 +0100 Subject: [PATCH] DOC: Correction --- fsl/utils/filetree/query.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fsl/utils/filetree/query.py b/fsl/utils/filetree/query.py index ac66091cd..6407b14e3 100644 --- a/fsl/utils/filetree/query.py +++ b/fsl/utils/filetree/query.py @@ -48,9 +48,8 @@ class FileTreeQuery(object): short name that are present. The :meth:`query` method can be used to retrieve files which match a specific template, and variable values. - The :meth:`query` method returns a multi-dimensional ``numpy.array`` - which contains :class:`Match` objects, where each dimension one - represents variable for the template in question. + The :meth:`query` method returns a collection of :class:`Match` objects, + each of which represents one file which matches the query. Example usage:: -- GitLab