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

Commit ce91e44

Browse files
author
Matthias Koeppe
committed
src/sage/geometry/relative_interior.py: Fix doctest output
1 parent 0c9bc94 commit ce91e44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/geometry/relative_interior.py

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def ambient(self):
8080
Relative interior of
8181
a 1-dimensional polyhedron in ZZ^2 defined as the convex hull of 2 vertices
8282
sage: ri_segment.ambient()
83+
Vector space of dimension 2 over Rational Field
8384
"""
8485
return self._polyhedron.ambient()
8586

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

0 commit comments

Comments
 (0)