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

Commit

Permalink
explain keyword order better
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 22, 2015
1 parent 6714aaa commit 298773e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/combinat/posets/cartesian_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class CartesianProductPosets(CartesianProduct):
element, if less or equal is true for all its components
(cartesian projections).
- a function ``order_le(left, right)``, which performs the comparison.
- A function which performs the comparison `\leq`. It takes two
input arguments and outputs a boolean.
Other keyword arguments (``kwargs``) are passed to the constructor
of :class:`CartesianProduct`.
Expand Down

0 comments on commit 298773e

Please sign in to comment.