diff --git a/src/pygambit/nash.py b/src/pygambit/nash.py index 96201df0b..a5f354aef 100644 --- a/src/pygambit/nash.py +++ b/src/pygambit/nash.py @@ -666,7 +666,7 @@ def enumpoly_solve( ) -> NashComputationResult: """:ref:`Compute Nash equilibria by enumerating all support profiles of strategies or actions, and for each support finding all totally-mixed equilibria of - the game over that support.` + the game over that support. ` Parameters ----------