From 1a899c236fbb8b6eef9518b71dbbf64af11beada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Chapoton?= Date: Wed, 10 Apr 2024 08:24:01 +0200 Subject: [PATCH] detail in doc of toric/variety.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Matthias Köppe --- src/sage/schemes/toric/variety.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/schemes/toric/variety.py b/src/sage/schemes/toric/variety.py index db471da729b..aee10319916 100644 --- a/src/sage/schemes/toric/variety.py +++ b/src/sage/schemes/toric/variety.py @@ -1217,7 +1217,7 @@ def dimension_singularities(self): this method will return the dimension of the largest-dimensional component. - This returns -1 if the toric variety is smooth. + This returns `-1` if the toric variety is smooth. EXAMPLES::