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

Commit

Permalink
Output block format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jm58660 committed Jul 11, 2016
1 parent f8aca83 commit 1213a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/posets/lattices.py
Expand Up @@ -819,8 +819,8 @@ def is_relatively_complemented(self, certificate=False):
- If ``certificate=True`` return either ``(True, None)`` or
``(False, (a, b, c))``, where `b` is the only element that
covers `a` and is covered by `c`.
- If ``certificate=False`` return ``True`` or ``False``.
covers `a` and is covered by `c`. If ``certificate=False``
return ``True`` or ``False``.
EXAMPLES::
Expand Down

0 comments on commit 1213a37

Please sign in to comment.