Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 434aaea

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/posets/cartesian_product.py: Fixup use of CartesianProduct
1 parent 911b548 commit 434aaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/posets/cartesian_product.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def le_native(self, left, right):
306306
"""
307307
return left.value <= right.value
308308

309-
class Element(CartesianProduct.Element):
309+
class Element(CartesianProduct_unique.Element):
310310

311311
def _le_(self, other):
312312
r"""

0 commit comments

Comments
 (0)