Skip to content

Commit 25232ec

Browse files
committed
fix doctest in src/sage/algebras/quantum_groups/quantum_group_gap.py
1 parent 6695bec commit 25232ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/algebras/quantum_groups/quantum_group_gap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ def _latex_(self):
15791579
sage: T = tensor([V,V])
15801580
sage: S = T.highest_weight_decomposition()[0]
15811581
sage: latex(S)
1582-
\begin{tikzpicture}
1582+
\begin{tikzpicture}...
15831583
...
15841584
\end{tikzpicture}
15851585
"""

0 commit comments

Comments
 (0)