Skip to content

Commit 64ea0d8

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 0598885 commit 64ea0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ def b_matrix(self):
788788
789789
sage: mut_type = QuiverMutationType(['A',5]); mut_type
790790
['A', 5]
791-
sage: mut_type.b_matrix() # optional - sage.plot sage.symbolic
791+
sage: mut_type.b_matrix() # optional - sage.modules
792792
[ 0 1 0 0 0]
793793
[-1 0 -1 0 0]
794794
[ 0 1 0 1 0]
@@ -797,7 +797,7 @@ def b_matrix(self):
797797
798798
sage: mut_type = QuiverMutationType(['A',3],['B',3]); mut_type
799799
[ ['A', 3], ['B', 3] ]
800-
sage: mut_type.b_matrix() # optional - sage.plot sage.symbolic
800+
sage: mut_type.b_matrix() # optional - sage.modules
801801
[ 0 1 0 0 0 0]
802802
[-1 0 -1 0 0 0]
803803
[ 0 1 0 0 0 0]

0 commit comments

Comments
 (0)