Skip to content

Commit 530b27d

Browse files
authored
fix trivial typos
1 parent 31e2166 commit 530b27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/graphs/traversals.pyx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ def maximum_cardinality_search(G, reverse=False, tree=False, initial_vertex=None
15931593
15941594
INPUT:
15951595
1596-
- ``G`` -- a Sage Graph
1596+
- ``G`` -- a Sage graph
15971597
15981598
- ``reverse`` -- boolean (default: ``False``); whether to return the
15991599
vertices in discovery order, or the reverse
@@ -1608,8 +1608,8 @@ def maximum_cardinality_search(G, reverse=False, tree=False, initial_vertex=None
16081608
16091609
By default, return the ordering `\alpha` as a list. When ``tree`` is
16101610
``True``, the method returns a tuple `(\alpha, T)`, where `T` is a directed
1611-
tree with the same set of vertices as `G`and a directed edge from `u` to `v`
1612-
if `u` was the first vertex to saw `v`.
1611+
tree with the same set of vertices as `G` and a directed edge from `u` to `v`
1612+
if `u` was the first vertex to see `v`.
16131613
16141614
EXAMPLES:
16151615

0 commit comments

Comments
 (0)