Skip to content

Commit af892b4

Browse files
committed
Corrections
Corrected some typos!
1 parent 7de9506 commit af892b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/04-lists.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ does not.
182182
>
183183
> [![x is now shown as a list of four rows, with x[0] representing the top row of
184184
> five baskets, x[1] representing the second row, x[2] representing the third row,
185-
> and x[3] reprenting the bottom row.](../fig/04_grovceries_x0.png)]
185+
> and x[3] representing the bottom row.](../fig/04_groceries_x0.png)]
186186
>
187187
> Using the previously declared list `x`, these would be the results of the
188188
> index operations shown in the image. Each row on the shelf is a separate list:
@@ -214,7 +214,7 @@ does not.
214214
[![x is now shown as a two-dimensional grid, with each basket labeled according to
215215
> its index in the nested list. The first index is the row number and the second
216216
> index is the basket number, so x[1][4] represents the basket on the far right
217-
> side of the second row (basket 4 on row 1): parsley](../fig/04_grovceries_x00.png)]
217+
> side of the second row (basket 4 on row 1): parsley](../fig/04_groceries_x00.png)]
218218
>
219219
> ~~~
220220
> print(x[0][0])

0 commit comments

Comments
 (0)