Skip to content

Commit

Permalink
sagemathgh-38225: fix trivial typos in graphs/traversals.pyx
Browse files Browse the repository at this point in the history
Fix some trivial typos, one resulting in a formatting error.

URL: sagemath#38225
Reported by: Martin Rubey
Reviewer(s): gmou3
  • Loading branch information
Release Manager committed Jun 17, 2024
2 parents 1fc0dde + 530b27d commit d11870b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tarball=configure-VERSION.tar.gz
sha1=f3e560bbf33add8504ba9f7ba93fff9e82e3e445
sha256=bef93be1bb978fa34cd5aaa9c041d1a97a33ff35f88c9df2f9c25e6764770c56
sha1=857444ad9108e0ba8d1afaddd077ab6e04d8d616
sha256=00f4fc16cbc470a4937089c982eb3d156f294493db89fe2931e1969cb063e2c1
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5c12765f7e585b58ab0cd99f7998cfa615f85247
10bb9d6779271075fd8530bbc3d3c6937238c4a9
6 changes: 3 additions & 3 deletions src/sage/graphs/traversals.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ def maximum_cardinality_search(G, reverse=False, tree=False, initial_vertex=None
INPUT:
- ``G`` -- a Sage Graph
- ``G`` -- a Sage graph
- ``reverse`` -- boolean (default: ``False``); whether to return the
vertices in discovery order, or the reverse
Expand All @@ -1616,8 +1616,8 @@ def maximum_cardinality_search(G, reverse=False, tree=False, initial_vertex=None
By default, return the ordering `\alpha` as a list. When ``tree`` is
``True``, the method returns a tuple `(\alpha, T)`, where `T` is a directed
tree with the same set of vertices as `G`and a directed edge from `u` to `v`
if `u` was the first vertex to saw `v`.
tree with the same set of vertices as `G` and a directed edge from `u` to `v`
if `u` was the first vertex to see `v`.
EXAMPLES:
Expand Down

0 comments on commit d11870b

Please sign in to comment.