diff --git a/README.md b/README.md index f73706e32ab..44f892022f0 100644 --- a/README.md +++ b/README.md @@ -138,4 +138,4 @@ plotly.offline.iplot([trace_populations, trace_areas]) ### Summary -In this section we saw how we can use `for` loops to go through elements of a list and perform the same operation on each. By using `for` loops we were able to reduce the amount of code that we wrote and while also writing more expressive code. +In this section we saw how we can use `for` loops to go through elements of a list and perform the same operation on each. By using `for` loops we were able to reduce the amount of code that we wrote and write more expressive code.