diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/learn-data-structures-by-building-the-merge-sort-algorithm/657f3a661730891aa64f3568.md b/curriculum/challenges/english/07-scientific-computing-with-python/learn-data-structures-by-building-the-merge-sort-algorithm/657f3a661730891aa64f3568.md index be46ea63cf8..7c360c9cbc0 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/learn-data-structures-by-building-the-merge-sort-algorithm/657f3a661730891aa64f3568.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/learn-data-structures-by-building-the-merge-sort-algorithm/657f3a661730891aa64f3568.md @@ -7,7 +7,7 @@ dashedName: step-5 # --description-- -Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_array`. +Use the slice syntax to extract the right half of `array` and assign it to a variable named `right_part`. # --hints--