diff --git a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md index 37a22aab9a..461787beb5 100644 --- a/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md +++ b/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-analysis-example-b.english.md @@ -24,7 +24,7 @@ question: answers: - | - Retrieve a subset of rows and columns by supplying interger-location arguments. + Retrieve a subset of rows and columns by supplying integer-location arguments. - | Access a group of rows and columns by supplying label(s) arguments. - |