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

Commit e481535

Browse files
committed
reformat doctest
1 parent 779b1df commit e481535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/geometry/triangulation/point_configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def _TOPCOM_triangulations(self, verbose=True):
708708
# points2triangs
709709
# [[0,0,1],[0,1,1],[1,0,1],[1,1,1],[-1,-1,1]]
710710
#### TOPCOM output ####
711-
# T[0]:=[0->5,3:{{0,1,2},{1,2,3},{0,2,4},{0,1,4}}];
711+
# T[0] := {{0,1,2},{0,1,4},{0,2,4},{1,2,3}};
712712
(<0,1,2>, <0,1,4>, <0,2,4>, <1,2,3>)
713713
"""
714714
command = 'points2'

0 commit comments

Comments
 (0)