Skip to content

Commit

Permalink
brings doctest str of polymatric back up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
GautamsGitHub authored and oyamad committed Nov 24, 2024
1 parent 1e25150 commit cf01685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/game_theory/polymatrix_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>>> nfg = NormalFormGame(matching_pennies_bimatrix)
>>> polymg = PolymatrixGame.from_nf(nfg)
>>> print(polymg)
Polymatrix Game:
2-player PolymatrixGame with payoff matrices:
(0, 1):
[[ 1. -1.]
[-1. 1.]]
Expand Down

0 comments on commit cf01685

Please sign in to comment.