Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/geometry/polyhedron/base7.py: Fix method/class references
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 17, 2022
1 parent b122baf commit 0d3b5ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/geometry/polyhedron/base7.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ def triangulate(self, engine='auto', connected=True, fine=False, regular=None, s
OUTPUT:
A triangulation of the convex hull of the vertices as a
:class:`~sage.geometry.triangulation.point_configuration.Triangulation`. The
:class:`~sage.geometry.triangulation.element.Triangulation`. The
indices in the triangulation correspond to the
:meth:`Vrepresentation` objects.
:meth:`~sage.geometry.polyhedron.base0.Polyhedron_base0.Vrepresentation` objects.
EXAMPLES::
Expand Down Expand Up @@ -515,7 +515,7 @@ def volume(self, measure='ambient', engine='auto', **kwds):
When considering lower-dimensional polytopes, we can ask for the
ambient (full-dimensional), the induced measure (of the affine
hull) or, in the case of lattice polytopes, for the induced rational measure.
This is controlled by the parameter `measure`. Different engines
This is controlled by the parameter ``measure``. Different engines
may have different ideas on the definition of volume of a
lower-dimensional object::
Expand Down

0 comments on commit 0d3b5ef

Please sign in to comment.