Skip to content

Commit 4738cb4

Browse files
corrected challenge to provide meaningul error
Co-Authored-By: NPalopoli <[email protected]>
1 parent 2f30310 commit 4738cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_extras/extra_challenges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A collection of challenges that have been either removed from or not (yet) added
3030
> {: .language-python}
3131
>
3232
> What happens if there is no data for a year in a sequence? For example,
33-
> imagine we used `1976` as the start year in `range`
33+
> imagine we used `1976` as the year in `surveys_df[surveys_df.year == year]`
3434
>
3535
> > ## Solution
3636
> > An empty file with only the headers

0 commit comments

Comments
 (0)