Skip to content

Commit

Permalink
src/sage/geometry/cone_catalog.py: disambiguate a :class: reference
Browse files Browse the repository at this point in the history
  • Loading branch information
orlitzky committed Apr 15, 2024
1 parent f03f479 commit 6eed111
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/sage/geometry/cone_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6eed111

Please sign in to comment.