Skip to content

Commit a732168

Browse files
committedApr 12, 2018
grammar fix in summary
1 parent 86bed89 commit a732168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ num_of_repeats # 3
186186

187187
### Summary
188188

189-
In this lesson, we had some practice with working with lists in Python. We saw how to add and remove elements from a list, as well as select specific elements. Finally, we saw how to use a different data structure to calculate the number unique elements in the list.
189+
In this lesson, we had some practice with working with lists in Python. We saw how to add and remove elements from a list, as well as select specific elements. Finally, we saw how to use a different data structure to calculate the number of unique elements in the list.

‎index.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
"collapsed": true
423423
},
424424
"source": [
425-
"In this lesson, we had some practice with working with lists in Python. We saw how to add and remove elements from a list, as well as select specific elements. Finally, we saw how to use a different data structure to calculate the number unique elements in the list."
425+
"In this lesson, we had some practice with working with lists in Python. We saw how to add and remove elements from a list, as well as select specific elements. Finally, we saw how to use a different data structure to calculate the number of unique elements in the list."
426426
]
427427
}
428428
],

0 commit comments

Comments
 (0)
Please sign in to comment.