Skip to content

Commit 0d92d7f

Browse files
committed
typo in comments
1 parent a6dd6ab commit 0d92d7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/games.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,9 @@ def create_one_shot_trust_efg(unique_NE_variant=False) -> gbt.Game:
467467
468468
The unique_NE_variant makes Trust a dominant strategy, replacing the
469469
non-singleton equilibrium component from the standard version of the game
470-
where the Buyer plays "Not Trust" and the seller can play any mixture < 0.5 probability
471-
on Honor with a unique NE where the Buyer plays Trust and the Seller plays Abuse.
470+
where the Buyer plays "Not Trust" and the seller can play any mixture with
471+
< 0.5 probability on Honor with a unique NE where the Buyer plays Trust and
472+
the Seller plays Abuse.
472473
473474
This is not a standard variant but is useful for testing enumpoly_solve.
474475
"""

0 commit comments

Comments
 (0)