Skip to content

Commit 2ab75d0

Browse files
authored
Merge pull request #84 from wood-chris/patch-2
Correct "Slice bounds"
2 parents d90252e + b1ea715 commit 2ab75d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_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)