Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Porcupine1 committed Oct 4, 2024
1 parent 245e557 commit 7d67257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/clubs/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ def get_attribute(self, instance):
def to_representation(self, value):
"""
This is called to get the value for a partcular cell, given the club code.
The entire field object can be though of as a column in the spreadsheet.
The entire field object can be thought of as a column in the spreadsheet.
"""
return self._cached_values.get(value, self._default_value)

Expand Down

0 comments on commit 7d67257

Please sign in to comment.