Skip to content

Commit b394948

Browse files
committed
test gap3 with gap3, not gap (gap4)
1 parent ab1a517 commit b394948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/interfaces/gap3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@ def _latex_(self):
752752
r"""
753753
EXAMPLES::
754754
755-
sage: s = gap("[[1,2], [3/4, 5/6]]")
755+
sage: # optional - gap3
756+
sage: s = gap3("[[1,2], [3/4, 5/6]]")
756757
sage: s._latex_()
757758
'\\left(\\begin{array}{rr} 1&2\\\\ 3/4&\\frac{5}{6}\\\\ \\end{array}\\right)'
758759
sage: latex(s)

0 commit comments

Comments
 (0)