Skip to content

Commit 17a1013

Browse files
committed
Minor corrections
1 parent c78e93f commit 17a1013

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_episodes/04-lists.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ does not.
160160
> ## Nested Lists
161161
> Since a list can contain any Python variables, it can even contain other lists.
162162
>
163-
> For example, we could represent the products on the shelves of a small grocery shop:
163+
> For example, we could represent the products on the shelves of a small grocery shop
164+
> as a nested list called x:
164165
>
165166
> [![x is represented as a shelf full of produce. There are four rows of vegetables
166167
> on the shelf, and each row contains five baskets of vegetables. We can label

0 commit comments

Comments
 (0)