Skip to content

Commit

Permalink
Clarify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Dec 5, 2024
1 parent 8db2b89 commit efc9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def form_team_to_score(self, form: InputForm, zone_id: ZoneId) -> SR2025ScoreTea
"""
Prepare a team's scoring data for saving in a score dict.
This is given a zone as form data is all keyed by zone.
This is also given a `ZoneId` since form data are all keyed by zone.
"""
return {
**super().form_team_to_score(form, zone_id),
Expand Down

0 comments on commit efc9898

Please sign in to comment.