We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c2cd3 commit 42e6e9cCopy full SHA for 42e6e9c
1 file changed
src/pygambit/game.pxi
@@ -1533,7 +1533,7 @@ class Game:
1533
except KeyError:
1534
raise KeyError(f"{funcname}(): no information set with label '{infoset}'")
1535
raise TypeError(
1536
- f"{funcname}(): {argname} must be Infoset or str, not {node.__class__.__name__}"
+ f"{funcname}(): {argname} must be Infoset or str, not {infoset.__class__.__name__}"
1537
)
1538
1539
def _resolve_action(self,
0 commit comments