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

Commit

Permalink
Fixed doctest in thematic tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
jplab committed Mar 14, 2019
1 parent c3e78c8 commit 553a2b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ Here we are told which of the vertices form each 2\-face:

::

sage: int34.faces(2)
(<1,3,4>, <0,1,3,5>, <0,1,2,4,6>, <2,3,4,5,7>, <2,6,7>, <0,5,6,7>)
sage: [f.ambient_V_indices() for f in int34.faces(2)]
[(1, 3, 4), (0, 1, 3, 5), (0, 1, 2, 4, 6), (2, 3, 4, 5, 7), (2, 6, 7), (0, 5, 6, 7)]

.. end of output
Expand Down

0 comments on commit 553a2b1

Please sign in to comment.