Skip to content

Commit cce9716

Browse files
committed
Merge pull request jmportilla#8 from eric-camplin/patch-1
Update Lists.ipynb
2 parents 49d6689 + 909e748 commit cce9716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lists.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@
650650
"metadata": {},
651651
"source": [
652652
"## Nesting Lists\n",
653-
"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",
653+
"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",
654654
"\n",
655655
"Let's see how this works!"
656656
]

0 commit comments

Comments
 (0)