Skip to content

Commit c191db0

Browse files
committed
fix
1 parent 76a9c34 commit c191db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/cluster_algebra_quiver/mutation_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ def _mutation_type_from_data(n: int, dig6, compute_if_necessary=True):
13171317
sage: from sage.combinat.cluster_algebra_quiver.quiver import ClusterQuiver
13181318
sage: dg = ClusterQuiver(['F', 4]).canonical_label().digraph()
13191319
sage: dig6 = _digraph_to_dig6(dg, hashable=True); dig6
1320-
('CCo?', (((1, 3), (2, -1)), ))
1320+
('CCo?', (((1, 3), (2, -1)),))
13211321
sage: _mutation_type_from_data(4, dig6)
13221322
['F', 4]
13231323
"""

0 commit comments

Comments
 (0)