Skip to content

Commit fb35dc4

Browse files
dcoudertdimpase
authored andcommitted
PR #35956: fix typo
1 parent 6fc6fc1 commit fb35dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/generic_graph_pyx.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ cpdef tuple find_hamiltonian(G, long max_iter=100000, long reset_bound=30000,
13081308
sage: fh(G, find_path=True)
13091309
(False, [0, 1, 2, 3])
13101310
1311-
Check that the method is robust to incomparble vertices::
1311+
Check that the method is robust to incomparable vertices::
13121312
13131313
sage: G = Graph([(1, 'a'), ('a', 2), (2, 3), (3, 1)])
13141314
sage: b, C = fh(G, find_path=False)

0 commit comments

Comments
 (0)