Skip to content

Commit 26d7ced

Browse files
committed
fix doc in lattice
1 parent 2114066 commit 26d7ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/combinat/posets/lattices.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,8 +1903,8 @@ def breadth(self, certificate=False):
19031903
any join of elements `x_1, x_2, \ldots, x_{n+1}` is join of a
19041904
proper subset of `x_i`.
19051905
1906-
This can be also characterized by sublattices: a lattice
1907-
of breadth at least `n` contains a sublattice isomorphic to the
1906+
This can be also characterized by subposets: a lattice
1907+
of breadth at least `n` contains a subposet isomorphic to the
19081908
Boolean lattice of `2^n` elements.
19091909
19101910
INPUT:
@@ -4300,7 +4300,7 @@ def is_constructible_by_doublings(self, type):
43004300
return True
43014301

43024302
if (type == 'interval' and len(self.join_irreducibles()) !=
4303-
len(self.meet_irreducibles())):
4303+
len(self.meet_irreducibles())):
43044304
return False
43054305

43064306
if type == 'upper' or type == 'interval':

0 commit comments

Comments
 (0)