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

Commit

Permalink
'the' or 'a'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jori Mäntysalo committed Sep 16, 2016
1 parent 4785ba6 commit 1ed0863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/posets/lattices.py
Expand Up @@ -1201,7 +1201,7 @@ def is_pseudocomplemented(self, certificate=False):
Return ``True`` if the lattice is pseudocomplemented, and ``False``
otherwise.
A lattice is pseudocomplemented if every element `e` has a
A lattice is (meet-)pseudocomplemented if every element `e` has a
pseudocomplement `e^\star`, i.e. the greatest element such that
the meet of `e` and `e^\star` is the bottom element.
Expand All @@ -1215,7 +1215,7 @@ def is_pseudocomplemented(self, certificate=False):
OUTPUT:
- If ``certificate=True`` return either ``(True, None)`` or
``(False, e)``, where ``e`` is an element without the
``(False, e)``, where ``e`` is an element without a
pseudocomplement. If ``certificate=False`` return ``True``
or ``False``.
Expand Down

0 comments on commit 1ed0863

Please sign in to comment.