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

Commit

Permalink
improved docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Oct 25, 2019
1 parent a1738c8 commit 6efb1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2383,8 +2383,8 @@ def incidence_matrix(self):
[1 0 1 1]
[0 1 1 1]
The incidence matrix does not uniquely determine
an unbounded polyhedra::
An incidence matrix does not determine a unique
polyhedron::
sage: P = Polyhedron(vertices=[[0,1],[1,1],[1,0]])
sage: P.incidence_matrix()
Expand Down

0 comments on commit 6efb1bc

Please sign in to comment.