From 5ecc600c1ad388176de7d6c4404a9fa4269aa922 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Sat, 17 Feb 2018 18:37:29 +0000
Subject: [PATCH] Update 08_scripts.md

---
 getting_started/08_scripts.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/getting_started/08_scripts.md b/getting_started/08_scripts.md
index 21bfaa1..3ad103a 100644
--- a/getting_started/08_scripts.md
+++ b/getting_started/08_scripts.md
@@ -124,8 +124,7 @@ print(sys.argv[0])
 ```
 
 For more sophisticated argument parsing you can use `argparse` -  good documentation and examples of this can be found on the web.
-> argparse can automatically produce help text for the user, validate input etc
-> so is strongly recommended.
+> argparse can automatically produce help text for the user, validate input etc., so it is strongly recommended.
 ---
 
 <a class="anchor" id="example-script"></a>
-- 
GitLab