Skip to content

Commit 7e8b954

Browse files
committed
Fixed typo in Dictionaries.ipynb
1 parent a9eb0fd commit 7e8b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dictionaries.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
"source": [
314314
"## Nesting with Dictionaries\n",
315315
"\n",
316-
"Hopefully your starting to see how powerful Python is with its flexibility of nesting objects and calling methods on them. Let's see a dictionary nested inside a dictionary:"
316+
"Hopefully you're starting to see how powerful Python is with its flexibility of nesting objects and calling methods on them. Let's see a dictionary nested inside a dictionary:"
317317
]
318318
},
319319
{

0 commit comments

Comments
 (0)