Skip to content

Commit

Permalink
Merge pull request #4 from scascar/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ihendley authored Aug 13, 2019
2 parents 8d05d4f + f018bf7 commit 70b481c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treys/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def hand_summary(self, board, hands):

assert len(board) == 5, "Invalid board length"
for hand in hands:
assert len(hand) == 2, "Inavlid hand length"
assert len(hand) == 2, "Invalid hand length"

line_length = 10
stages = ["FLOP", "TURN", "RIVER"]
Expand Down

0 comments on commit 70b481c

Please sign in to comment.