Skip to content

Commit 9ead06c

Browse files
committed
typo: node -> infoset in _resolve_infoset
1 parent 89cbddc commit 9ead06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pygambit/game.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ class Game:
14881488
except KeyError:
14891489
raise KeyError(f"{funcname}(): no information set with label '{infoset}'")
14901490
raise TypeError(
1491-
f"{funcname}(): {argname} must be Infoset or str, not {node.__class__.__name__}"
1491+
f"{funcname}(): {argname} must be Infoset or str, not {infoset.__class__.__name__}"
14921492
)
14931493

14941494
def _resolve_action(self,

0 commit comments

Comments
 (0)