Making the Grade: stub and exemplar docstring mismatch

This commit is contained in:
Metallifax
2022-02-21 18:54:40 -04:00
committed by BethanyG
parent 4f7cd66fdf
commit c1d726d7e1

View File

@@ -47,7 +47,7 @@ def letter_grades(highest):
def student_ranking(student_scores, student_names):
"""Create a list of strings that contain the student's rank, name, and grade in ascending order.
"""Organize the student's rank, name, and grade information in ascending order.
:param student_scores: list of scores in descending order.
:param student_names: list of names in descending order by exam score.