Skip to content

Commit aacd92f

Browse files
committed
Reversing previous push
...because my addition was not needed
1 parent 65d5fdb commit aacd92f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

_episodes/04-lists.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,7 @@ does not.
179179
>
180180
> Here are some visual examples of how indexing a list of lists `veg` works. First,
181181
> you can reference each row on the shelf as a separate list. For example, `veg[2]`
182-
> represents the bottom row, which is a list of the baskets in that row:
183-
>
184-
> ~~~
185-
> veg[2] = ['lettuce', 'lettuce', 'peppers', 'zucchini']
186-
> ~~~
187-
> {: .language-python}
182+
> represents the bottom row, which is a list of the baskets in that row.
188183
>
189184
> ![`veg` is now shown as a list of three rows, with `veg[0]` representing the top row of
190185
> three baskets, `veg[1]` representing the second row, and `veg[2]` representing the bottom row.](../fig/04_groceries_veg0.png)

0 commit comments

Comments
 (0)