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/relative_interior.py: Fix doctest output
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jun 17, 2021
1 parent 0c9bc94 commit ce91e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/geometry/relative_interior.py
Expand Up @@ -80,6 +80,7 @@ def ambient(self):
Relative interior of
a 1-dimensional polyhedron in ZZ^2 defined as the convex hull of 2 vertices
sage: ri_segment.ambient()
Vector space of dimension 2 over Rational Field
"""
return self._polyhedron.ambient()

Expand All @@ -94,6 +95,7 @@ def ambient_vector_space(self, base_field=None):
Relative interior of
a 1-dimensional polyhedron in ZZ^2 defined as the convex hull of 2 vertices
sage: ri_segment.ambient_vector_space()
Vector space of dimension 2 over Rational Field
"""
return self._polyhedron.ambient_vector_space(base_field=base_field)

Expand Down

0 comments on commit ce91e44

Please sign in to comment.