From 1213a37113d442434e2dba2ef211f33fd9ec18e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jori=20M=C3=A4ntysalo?= Date: Mon, 11 Jul 2016 22:02:17 +0300 Subject: [PATCH] Output block format. --- src/sage/combinat/posets/lattices.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sage/combinat/posets/lattices.py b/src/sage/combinat/posets/lattices.py index 45e0c0409db..06429e84083 100644 --- a/src/sage/combinat/posets/lattices.py +++ b/src/sage/combinat/posets/lattices.py @@ -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::