diff --git a/src/sage/matroids/circuits_matroid.pyx b/src/sage/matroids/circuits_matroid.pyx index 4c661bec3a4..ae3be51d36f 100644 --- a/src/sage/matroids/circuits_matroid.pyx +++ b/src/sage/matroids/circuits_matroid.pyx @@ -476,11 +476,12 @@ cdef class CircuitsMatroid(Matroid): cpdef SetSystem independent_sets(self, long k=-1): r""" - Return the size-`k` independent sets of the matroid. + Return the independent sets of the matroid. INPUT: - - ``k`` -- integer + - ``k`` -- integer (optional); if specified, return the size-`k` + independent sets of the matroid OUTPUT: :class:`SetSystem`