Skip to content

Commit 1eacef6

Browse files
committed
fix document
1 parent 30ff99d commit 1eacef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/cycle_enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def all_cycles_iterator(self, starting_vertices=None, simple=False,
572572
[0, 1, 2, 0]
573573
[2, 3, 4, 5, 2]
574574
575-
The algorithm ``'B'`` is available only when `simple=True`::
575+
The algorithm ``'B'`` is available only when ``simple=True``::
576576
577577
sage: g = DiGraph()
578578
sage: g.add_edges([('a', 'b', 1), ('b', 'a', 1)])

0 commit comments

Comments
 (0)