Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scascar authored Jun 19, 2019
1 parent 8d05d4f commit f018bf7
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 f018bf7

Please sign in to comment.