From 39738add90263fcfa39019fd148d3399e3de4151 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 20 Mar 2020 18:23:30 +0000
Subject: [PATCH] BF: typo

---
 advanced_topics/08_fslpy.ipynb | 6 +++---
 advanced_topics/08_fslpy.md    | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/advanced_topics/08_fslpy.ipynb b/advanced_topics/08_fslpy.ipynb
index 3ca6d7d..94680b2 100644
--- a/advanced_topics/08_fslpy.ipynb
+++ b/advanced_topics/08_fslpy.ipynb
@@ -1487,7 +1487,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Once the job finishes, we shouldd be able to read the usual `.o` and `.e`\n",
+    "Once the job finishes, we should be able to read the usual `.o` and `.e`\n",
     "files:"
    ]
   },
@@ -1550,9 +1550,9 @@
    "metadata": {},
    "source": [
     "When you use `submit=True`, you can also specify cluster submission options -\n",
-    "you can include any arguments to the\n",
+    "you can include any arguments that are accepted by the\n",
     "[`fslsub.submit`](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.utils.fslsub.html#fsl.utils.fslsub.submit)\n",
-    "function:"
+    "function"
    ]
   },
   {
diff --git a/advanced_topics/08_fslpy.md b/advanced_topics/08_fslpy.md
index 21f5d74..1db7517 100644
--- a/advanced_topics/08_fslpy.md
+++ b/advanced_topics/08_fslpy.md
@@ -1119,7 +1119,7 @@ print('Job ID:', jobid)
 ```
 
 
-Once the job finishes, we shouldd be able to read the usual `.o` and `.e`
+Once the job finishes, we should be able to read the usual `.o` and `.e`
 files:
 
 
@@ -1158,9 +1158,9 @@ render('08_fslpy/bighead bighead_brain -cm hot')
 
 
 When you use `submit=True`, you can also specify cluster submission options -
-you can include any arguments to the
+you can include any arguments that are accepted by the
 [`fslsub.submit`](https://users.fmrib.ox.ac.uk/~paulmc/fsleyes/fslpy/latest/fsl.utils.fslsub.html#fsl.utils.fslsub.submit)
-function:
+function
 
 
 ```
-- 
GitLab