Skip to content

Commit 9ef9b2d

Browse files
committed
docstrings
1 parent c45fed6 commit 9ef9b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learning_resources/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@ def get_queryset(self):
441441
)
442442
def membership(self, request, *_, **kwargs): # noqa: ARG002
443443
"""
444-
Fetch all userlist relationships for the user
444+
Fetch all learning path relationships
445445
446446
Returns:
447-
QuerySet of UserListRelationships for the user
447+
QuerySet of all LearningPathRelationships
448448
"""
449449

450450
return Response(

0 commit comments

Comments
 (0)