From 365b80d0ed889811ca51ee8d6403a17b263810df Mon Sep 17 00:00:00 2001 From: Theodore Turocy Date: Fri, 10 Jul 2026 11:13:42 +0100 Subject: [PATCH] Correct cross-reference link to enumpoly documentation in `enumpoly_solve` docstring --- src/pygambit/nash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ----------