fix comment on cbet stat
This commit is contained in:
parent
7cd9b767a7
commit
0c318df8ea
|
@ -589,8 +589,8 @@ def agg_fact(stat_dict, player):
|
|||
|
||||
def cbet(stat_dict, player):
|
||||
|
||||
""" Flop continuation bet."""
|
||||
""" Continuation bet % = (times made a continuation bet on the flop) * 100 / (number of opportunities to make a continuation bet on the flop) """
|
||||
""" Total continuation bet."""
|
||||
""" Continuation bet % = (times made a continuation bet on any street) * 100 / (number of opportunities to make a continuation bet on any street) """
|
||||
|
||||
stat = 0.0
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user