Skip to content

Commit c1dd668

Browse files
committed
typo (missing word)
1 parent de77feb commit c1dd668

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
@@ -325,7 +325,7 @@ AND the file name itself.
325325

326326
2. Let's say you only want to look at data from a given multiple of years. How would you modify your loop in order to generate a data file for only every 5th year, starting from 1977?
327327

328-
3. Instead of splitting out the data by years, a colleague wants to do analyses each species separately. How would you write a unique CSV file for each species?
328+
3. Instead of splitting out the data by years, a colleague wants to do analyses of each species separately. How would you write a unique CSV file for each species?
329329

330330
::::::::::::::::::::::: solution
331331

0 commit comments

Comments
 (0)