From 5e7f6f37e90f1228b939ea6f944a871ac11e758d Mon Sep 17 00:00:00 2001
From: Evan Edmond <evan.edmond@ndcn.ox.ac.uk>
Date: Thu, 26 Nov 2020 11:41:50 +0000
Subject: [PATCH] Update __init__.py

---
 fsl/utils/filetree/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fsl/utils/filetree/__init__.py b/fsl/utils/filetree/__init__.py
index a3cd056f6..d1e2f7f37 100644
--- a/fsl/utils/filetree/__init__.py
+++ b/fsl/utils/filetree/__init__.py
@@ -309,7 +309,7 @@ You can update the FileTree with one or more variables before calling `get_all_t
 
 .. code-block:: python
 
-    for t in tree.update(participant=('001', '002'), run=("1")).get_all_trees("feat_dir"):
+    for t in tree.update(participant=("001", "002"), run=("1")).get_all_trees("feat_dir"):
         my_pipeline(t)
 
 """
-- 
GitLab