Skip to content

Commit 9d90772

Browse files
authored
Merge pull request #7 from liproqq/typo
typo
2 parents 21539eb + bf3d1b8 commit 9d90772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybettor/fair_odds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def fair_odds(
88
"""Calculates the fair offs for a bet.
99
1010
Args:
11-
line (int or loat, optional): line of bet. Defaults to -110.
11+
line (int or float, optional): line of bet. Defaults to -110.
1212
odds (list, optional): odds of all sides. Defaults to [-110, -110].
1313
category (str): type of odds. Defaults to "us". \n
1414
'us', American Odds \n

0 commit comments

Comments
 (0)