From 6eed11185f4fdea34fdcc2a7cb4460c09cfc6348 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 15 Apr 2024 11:41:39 -0400 Subject: [PATCH] src/sage/geometry/cone_catalog.py: disambiguate a :class: reference --- src/sage/geometry/cone_catalog.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/sage/geometry/cone_catalog.py b/src/sage/geometry/cone_catalog.py index 8480547a435..19bebfbd0f4 100644 --- a/src/sage/geometry/cone_catalog.py +++ b/src/sage/geometry/cone_catalog.py @@ -194,9 +194,10 @@ def downward_monotonic(ambient_dim=None, lattice=None): OUTPUT: - A :class:`.ConvexRationalPolyhedralCone` living in ``lattice`` - whose elements' entries are arranged in nonincreasing order. Each - generating ray has the integer ring as its base ring. + A :class:`~sage.geometry.cone.ConvexRationalPolyhedralCone` living + in ``lattice`` whose elements' entries are arranged in + nonincreasing order. Each generating ray has the integer ring as + its base ring. A ``ValueError`` can be raised if the inputs are incompatible or insufficient. See the INPUT documentation for details.