From a2d20a4d9537d80d74e4fa946d05561665bd4902 Mon Sep 17 00:00:00 2001 From: Mark Jenkinson <mark@fmrib.ox.ac.uk> Date: Mon, 12 Feb 2018 07:33:31 +0000 Subject: [PATCH] minor wording change --- getting_started/01_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/01_basics.md b/getting_started/01_basics.md index e4093ac..2a670d4 100644 --- a/getting_started/01_basics.md +++ b/getting_started/01_basics.md @@ -48,7 +48,7 @@ print(a, b, c) ## Strings Strings can be specified using single quotes *or* double quotes - as long as they are matched. -Strings can be dereferenced like lists (see later). +Strings can be indexed like lists (see later). For example: ``` -- GitLab