From 6b50b661b3901bfa4b68135cf8630618e55058a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Chapoton?= Date: Sat, 21 Sep 2024 11:53:59 +0200 Subject: [PATCH] fix suggested sentence --- src/sage/combinat/posets/hasse_cython_flint.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/combinat/posets/hasse_cython_flint.pyx b/src/sage/combinat/posets/hasse_cython_flint.pyx index 039aa717208..28f3f026430 100644 --- a/src/sage/combinat/posets/hasse_cython_flint.pyx +++ b/src/sage/combinat/posets/hasse_cython_flint.pyx @@ -25,7 +25,7 @@ from sage.libs.flint.fmpz_poly_sage cimport Fmpz_poly cpdef Fmpz_poly chain_poly(list positions): r""" - Compute the chain polynomial of a poset. + Return the chain polynomial of a poset. INPUT: