Skip to content

Commit

Permalink
Merge pull request #296 from QuantEcon/fix_docstring
Browse files Browse the repository at this point in the history
DOC: Small correction
  • Loading branch information
oyamad authored Apr 2, 2017
2 parents 488b7b3 + d96352f commit 758620a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantecon/game_theory/support_enumeration.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def support_enumeration(g):
"""
Compute mixed-action Nash equilibria with equal support size for a
2-player normal form game by support enumeration. For a
non-degenerate game input, these are all Nash equilibria.
non-degenerate game input, these are all the Nash equilibria.
The algorithm checks all the equal-size support pairs; if the
players have the same number n of actions, there are 2n choose n
Expand Down

0 comments on commit 758620a

Please # to comment.