From d96352f8debe4f10089b7f05740ed620d69d9954 Mon Sep 17 00:00:00 2001 From: Daisuke Oyama Date: Sun, 2 Apr 2017 13:39:36 +0900 Subject: [PATCH] DOC: Small correction [ci skip] --- quantecon/game_theory/support_enumeration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantecon/game_theory/support_enumeration.py b/quantecon/game_theory/support_enumeration.py index 435e87c3a..edc1f73e8 100644 --- a/quantecon/game_theory/support_enumeration.py +++ b/quantecon/game_theory/support_enumeration.py @@ -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