Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Chris Beaumont committed Feb 16, 2015
1 parent 5c3da95 commit f0e9fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,9 +13,9 @@ h2 = Hand('KS TH')
pwin, plose = headsup(h1, h2)
print pwin, plose # 0.853392855474 0.143615269251

flop = Hand('KS KH TD')
flop = Hand('KC KH TD')
pwin, plose = headsup(h1, h2, flop)
print pwin, plose # 0.918181818182 0.0818181818182
print pwin, plose # 0.0858585858586 0.914141414141

community = flop + Card('AH') + Card('AS')
pwin, plose = headsup(h1, h2, community)
Expand Down

0 comments on commit f0e9fd3

Please sign in to comment.