Skip to content

Commit 104d32b

Browse files
authored
Merge pull request #84 from wood-chris/patch-2
Correct "Slice bounds"
2 parents 36e745d + 2c723b8 commit 104d32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/11-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ IndexError: string index out of range
322322
> >
323323
> > ~~~
324324
> > lithium
325-
> > m
325+
> > ''
326326
> > ~~~
327327
> > {: .output}
328328
> > There is no 20th index, so the entire string is captured.

0 commit comments

Comments
 (0)