From 46c400cb2e85c756f7e3487f562f379511a26f2e Mon Sep 17 00:00:00 2001 From: Tal Yarkoni Date: Sun, 17 Jun 2018 08:55:23 +0800 Subject: [PATCH] clearer docstring --- bids/grabbids/bids_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bids/grabbids/bids_layout.py b/bids/grabbids/bids_layout.py index 1e152ad48..e5bafddef 100644 --- a/bids/grabbids/bids_layout.py +++ b/bids/grabbids/bids_layout.py @@ -25,7 +25,7 @@ class BIDSLayout(Layout): - A string giving the name of a built-in config (e.g., 'bids') - A path to a directory containing files to index - - A list of paths to directories to index + - A list of paths to directories to be indexed - A list of 2-tuples where each tuple encodes a mapping from directories to domains. The first element is a string or list giving the paths to one or more directories to index.