diff --git a/src/sage/matroids/constructor.py b/src/sage/matroids/constructor.py index f404ca57926..137f4c28230 100644 --- a/src/sage/matroids/constructor.py +++ b/src/sage/matroids/constructor.py @@ -313,8 +313,6 @@ def Matroid(groundset=None, data=None, **kwds): sage: M1 == M2 True - - sage: M = Matroid(groundset='abcd', circuits=['abc', 'abd', 'acd', ....: 'bcd']) sage: type(M)