Skip to content

Commit

Permalink
updated the description of get_matching()
Browse files Browse the repository at this point in the history
  • Loading branch information
janmenjayap committed Nov 6, 2024
1 parent ba562c9 commit 62a7a88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/graphs/matching_covered_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1858,8 +1858,7 @@ def delete_vertices(self, vertices):
@doc_index('Miscellaneous methods')
def get_matching(self):
r"""
Return a :class:`~EdgesView` of ``self._matching`` (a perfect matching
of the (matching covered) graph computed at the initialization).
Return an :class:`~EdgesView` of ``self._matching``.
OUTPUT:
Expand Down

0 comments on commit 62a7a88

Please sign in to comment.