Skip to content
Snippets Groups Projects
Commit 285f2049 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: Correction

parent 5022ae99
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,8 @@ class FileTreeQuery(object): ...@@ -48,9 +48,8 @@ class FileTreeQuery(object):
short name that are present. The :meth:`query` method can be used to short name that are present. The :meth:`query` method can be used to
retrieve files which match a specific template, and variable values. retrieve files which match a specific template, and variable values.
The :meth:`query` method returns a multi-dimensional ``numpy.array`` The :meth:`query` method returns a collection of :class:`Match` objects,
which contains :class:`Match` objects, where each dimension one each of which represents one file which matches the query.
represents variable for the template in question.
Example usage:: Example usage::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment