Skip to content

Commit f1a064b

Browse files
authored
Update loops.py (exercism#3636)
Correct ascending to descending in stub file.
1 parent 0f8d020 commit f1a064b

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/making-the-grade

1 file changed

+1
-1
lines changed

exercises/concept/making-the-grade/loops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def letter_grades(highest):
5050

5151

5252
def student_ranking(student_scores, student_names):
53-
"""Organize the student's rank, name, and grade information in ascending order.
53+
"""Organize the student's rank, name, and grade information in descending order.
5454
5555
:param student_scores: list - of scores in descending order.
5656
:param student_names: list - of string names by exam score in descending order.

0 commit comments

Comments
 (0)