Skip to content

Commit 59600eb

Browse files
committed
squash!: Fix docstring
1 parent eab7269 commit 59600eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/rest_api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def sort_assignments(
105105
106106
Args:
107107
assignments (list[dict]): The assignments to sort.
108-
sort_by (SortField, optional): The field to sort by. Defaults to AssignmentSortField.ROLE.
108+
sort_by (AssignmentSortField, optional): The field to sort by. Defaults to AssignmentSortField.ROLE.
109109
order (SortOrder, optional): The order to sort by. Defaults to SortOrder.ASC.
110110
111111
Raises:

0 commit comments

Comments
 (0)