Skip to content

Commit 449b22d

Browse files
Fix a pydoc
1 parent 573b9e7 commit 449b22d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

cms/db/submission.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,11 @@ def get_evaluation(self, testcase):
361361
"""Return the Evaluation of this SR on the given Testcase, if any
362362
363363
testcase (Testcase): the testcase the returned evaluation will
364-
belong to
365-
return (Evaluation): the (only!) evaluation of this submission
366-
result on the given testcase, or None if
367-
there isn't any.
364+
belong to.
365+
366+
return (Evaluation|None): the (only!) evaluation of this
367+
submission result on the given testcase, or None if there
368+
isn't any.
368369
369370
"""
370371
# Use IDs to avoid triggering a lazy-load query.

0 commit comments

Comments
 (0)