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

Commit

Permalink
src/sage/combinat/posets/cartesian_product.py: Fixup use of Cartesian…
Browse files Browse the repository at this point in the history
…Product
  • Loading branch information
mkoeppe committed Aug 17, 2022
1 parent 7c303cb commit e875dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/combinat/posets/cartesian_product.py
Expand Up @@ -306,7 +306,7 @@ def le_native(self, left, right):
"""
return left.value <= right.value

class Element(CartesianProduct.Element):
class Element(CartesianProduct_unique.Element):

def _le_(self, other):
r"""
Expand Down

0 comments on commit e875dd2

Please sign in to comment.