We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72fc063 commit 362e34fCopy full SHA for 362e34f
src/sage/tests/finite_poset.py
@@ -105,7 +105,7 @@ def test_attrcall(name, L):
105
sage: N5 = posets.PentagonPoset()
106
sage: N5.is_modular() == test_attrcall('is_modular', N5)
107
True
108
- sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5) # needs sage.combinat
+ sage: N5.is_constructible_by_doublings('convex') == test_attrcall('is_doubling_convex', N5) # needs sage.combinat
109
110
"""
111
if name == 'is_doubling_any':
0 commit comments