Skip to content

Commit 97541c5

Browse files
authored
adopt @maxim-belkin key point wording
1 parent 553b963 commit 97541c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keypoints:
1515
- "Loops help automate repetitive tasks over sets of items."
1616
- "Loops can be combined with functions we have learned so far to make data analysis and processing more efficient."
1717
- "Conditional statements allow us to sort data and perform different operations on different subsets of the data."
18-
- "Functions can enable code reuse."
18+
- "Functions enable code reuse."
1919
---
2020

2121
So far, we've used Python and the pandas library to explore and manipulate

0 commit comments

Comments
 (0)