Skip to content

Commit

Permalink
Update Lists.ipynb
Browse files Browse the repository at this point in the history
Nesting Lists:
added "have"
This means we can **have** data structures within data structures. For example: A list inside a list
  • Loading branch information
eric-camplin committed Feb 19, 2016
1 parent 6255b5d commit 909e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lists.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
"metadata": {},
"source": [
"## Nesting Lists\n",
"A great feature of of Python data structures is that they support *nesting*. This means we can data structures within data structures. For example: A list inside a list.\n",
"A great feature of of Python data structures is that they support *nesting*. This means we can have data structures within data structures. For example: A list inside a list.\n",
"\n",
"Let's see how this works!"
]
Expand Down

0 comments on commit 909e748

Please sign in to comment.