diff --git a/getting_started/01_basics.md b/getting_started/01_basics.md index e4093ac8ad84741f0fd7c52c1baa8da28719b4f6..2a670d419defbca067d5f750357f2eca3dbded04 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: ```