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

Commit

Permalink
fix doctest syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
LaisRast committed Oct 30, 2019
1 parent 632a2d9 commit 67d3ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/geometry/polyhedron/face.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@ def dim(self):
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3]
TESTS::
TESTS:
Check that :trac:`28650` is fixed::
Check that :trac:`28650` is fixed::
sage: P = Polyhedron(vertices=[[1,0]], rays=[[1,0],[0,1]])
sage: P.faces(2)
Expand Down

0 comments on commit 67d3ce0

Please sign in to comment.