Skip to content

Commit 5e07c41

Browse files
committed
improve documentation and fix merge conflicts
1 parent 2741d97 commit 5e07c41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/graphs/generic_graph.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@
244244
:meth:`~GenericGraph.blocks_and_cut_vertices` | Compute the blocks and cut vertices of the graph.
245245
:meth:`~GenericGraph.blocks_and_cuts_tree` | Compute the blocks-and-cuts tree of the graph.
246246
:meth:`~GenericGraph.is_cut_edge` | Return ``True`` if the input edge is a cut-edge or a bridge.
247-
:meth:`~GenericGraph.is_cut_vertex` | Return ``True`` if the input vertex is a cut-vertex.
247+
:meth:`~GenericGraph.is_cut_vertex` | Check whether the input vertex is a cut-vertex.
248+
:meth:`~GenericGraph.is_vertex_cut` | Check whether ``cut`` is a vertex cut of ``G``.
248249
:meth:`~GenericGraph.edge_cut` | Return a minimum edge cut between vertices `s` and `t`
249250
:meth:`~GenericGraph.vertex_cut` | Return a minimum vertex cut between non-adjacent vertices `s` and `t`
250251
:meth:`~GenericGraph.flow` | Return a maximum flow in the graph from ``x`` to ``y``

0 commit comments

Comments
 (0)