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

Commit

Permalink
Remove one unneccessary 'optional - polymake
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 30, 2017
1 parent 19d05f1 commit cd583e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Expand Up @@ -5442,7 +5442,7 @@ def _polymake_init_(self):
Floating-point polyhedron::
sage: P = polytopes.dodecahedron(exact=False); P # optional - polymake
sage: P = polytopes.dodecahedron(exact=False); P
A 3-dimensional polyhedron in RDF^3 defined as the convex hull of 20 vertices
sage: print("There may be a recompilation warning"); PP = polymake(P); PP # optional - polymake
There may be a recompilation warning...
Expand Down

0 comments on commit cd583e2

Please sign in to comment.