Skip to content

Commit

Permalink
Take care of docstring omission
Browse files Browse the repository at this point in the history
As suggested by mkoeppe
  • Loading branch information
gmou3 committed Jun 4, 2024
1 parent aba08a1 commit c3977dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/sage/matroids/circuits_matroid.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c3977dd

Please sign in to comment.