SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 14af9997 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

docs: :pencil2:️ fix typo offer -> submission in assignment offer

parent f45c5830
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class BaseAssignmentCondition(abc.ABC):
def accept(self, offer: "ConditionalAssignmentOffer"):
"""
Accept the offer, potentially modifying the offer in the process.
Accept the offer, potentially modifying the submission in the process.
"""
offer.submission.add_event_for_eic(
"Offer by " + str(offer.offered_by) + " accepted: " + str(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment