Skip to content

Commit 3e32197

Browse files
committed
#39287: another missing backquote
1 parent 8133ada commit 3e32197

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
@@ -1579,7 +1579,7 @@ def transitive_reduction_acyclic(G, immutable=None):
15791579
15801580
TESTS:
15811581
1582-
Check the behavior of parameter `ìmmutable``::
1582+
Check the behavior of parameter ``immutable``::
15831583
15841584
sage: G = DiGraph([(0, 1)])
15851585
sage: transitive_reduction_acyclic(G).is_immutable()

0 commit comments

Comments
 (0)