Skip to content

Commit 784dd63

Browse files
committed
Fixing an other mistake
1 parent adbfc15 commit 784dd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/posets/posets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8584,7 +8584,7 @@ def cuts(self):
85848584
D.append(I)
85858585
C.extend(C2)
85868586
C2 = D
8587-
S = set(P)
8587+
S = set(self)
85888588
if S not in C:
85898589
C.append(S)
85908590
return [frozenset(x) for x in C]

0 commit comments

Comments
 (0)