Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
muselesscreator committed Aug 21, 2020
1 parent b085469 commit 5e09ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submissions/team_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_teammates_with_submissions_from_other_teams(
- team_member_ids (list of str): a list of the anonymous user ids associated with all members of the team
Returns:
(dict): { 'student_id', 'team_id' }
list(dict): [{ 'student_id', 'team_id' }]
"""
items = StudentItem.objects.filter(
submission__team_submission__isnull=False
Expand Down

0 comments on commit 5e09ecc

Please sign in to comment.