Skip to content

Commit 73b17c3

Browse files
fchapotonMatthias Köppe
andauthored
tag formatting
Co-authored-by: Matthias Köppe <[email protected]>
1 parent 92aef09 commit 73b17c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/sandpiles/sandpile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6451,7 +6451,7 @@ def admissible_partitions(S, k):
64516451
sage: from sage.sandpiles.sandpile import admissible_partitions
64526452
sage: from sage.sandpiles.sandpile import partition_sandpile
64536453
sage: S = sandpiles.Cycle(4)
6454-
sage: P = [list(admissible_partitions(S, i)) for i in [2,3,4]] # needs sage.combinat
6454+
sage: P = [list(admissible_partitions(S, i)) for i in [2,3,4]] # needs sage.combinat
64556455
sage: P # needs sage.combinat
64566456
[[{{0, 2, 3}, {1}},
64576457
{{0, 3}, {1, 2}},

0 commit comments

Comments
 (0)