Skip to content

Commit

Permalink
src/sage/geometry/polyhedron/misc.py: Mark a doctest # optional - sag…
Browse files Browse the repository at this point in the history
…e.rings.real_double
  • Loading branch information
mkoeppe committed Oct 3, 2021
1 parent a5446f5 commit 7dab237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _to_space_separated_string(l, base_ring=None):
sage: import sage.geometry.polyhedron.misc as P
sage: P._to_space_separated_string([2,3])
'2 3'
sage: P._to_space_separated_string([2, 1/5], RDF)
sage: P._to_space_separated_string([2, 1/5], RDF) # optional - sage.rings.real_double
'2.0 0.2'
"""
if base_ring:
Expand Down

0 comments on commit 7dab237

Please sign in to comment.