Skip to content

Commit

Permalink
PR #35956: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoudert authored and dimpase committed Jul 25, 2023
1 parent 6fc6fc1 commit fb35dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/graphs/generic_graph_pyx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ cpdef tuple find_hamiltonian(G, long max_iter=100000, long reset_bound=30000,
sage: fh(G, find_path=True)
(False, [0, 1, 2, 3])
Check that the method is robust to incomparble vertices::
Check that the method is robust to incomparable vertices::
sage: G = Graph([(1, 'a'), ('a', 2), (2, 3), (3, 1)])
sage: b, C = fh(G, find_path=False)
Expand Down

0 comments on commit fb35dc4

Please sign in to comment.