Skip to content

Commit c66f999

Browse files
committed
fix for linter
1 parent 81bbadf commit c66f999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/databases/findstat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4005,7 +4005,7 @@ def _finite_lattices(n):
40054005
sage: sorted((L.cover_relations() for L in _finite_lattices(4)),
40064006
....: key=len)
40074007
[[['bottom', 0], [0, 1], [1, 'top']],
4008-
[['bottom', 0], ['bottom', 1], [0, 'top'], [1, 'top']]]
4008+
[['bottom', 0], ['bottom', 1], [0, 'top'], [1, 'top']]]
40094009
"""
40104010
if n <= 2:
40114011
for P in Posets(n):

0 commit comments

Comments
 (0)