Skip to content

Commit 362e34f

Browse files
author
Matthias Koeppe
committed
sage --fixdoctests --no-test
1 parent 72fc063 commit 362e34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/finite_poset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_attrcall(name, L):
105105
sage: N5 = posets.PentagonPoset()
106106
sage: N5.is_modular() == test_attrcall('is_modular', N5)
107107
True
108-
sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5) # needs sage.combinat
108+
sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5) # needs sage.combinat
109109
True
110110
"""
111111
if name == 'is_doubling_any':

0 commit comments

Comments
 (0)