aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2023-05-16 19:16:43 +0100
committerPaul Harrison <paul@harrison.sh>2023-05-16 19:16:43 +0100
commit19ba2375a70445d2360ead9dab0501e4ba781b4b (patch)
tree87b357afb9beb7c315f482ba7cdf3f63b1db4a1e
parentde018445b1217278cc461d62df04741976707625 (diff)
fix: Typo.HEADmain
-rw-r--r--poker/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poker/models.py b/poker/models.py
index bbb474c..a7a4acf 100644
--- a/poker/models.py
+++ b/poker/models.py
@@ -52,7 +52,7 @@ class Hand(BaseModel):
class RankedHand(Hand):
- """Ranked hand domain model class."""
+ """Ranked hand domain model class."""
rank: Rank
description: str