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

Commit

Permalink
typos in doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Apr 7, 2020
1 parent 4aa8b28 commit 34f3254
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -911,9 +911,9 @@ cdef class CombinatorialPolyhedron(SageObject):
sage: P = Polyhedron([[0,0]])
sage: P.incidence_matrix()
[1, 1]
sage: P.combinatorial_polyehdron().incidence_matrix()
[1, 1]
[1 1]
sage: P.combinatorial_polyhedron().incidence_matrix()
[1 1]
TESTS:
Expand Down

0 comments on commit 34f3254

Please sign in to comment.