Skip to content

Commit 12fe59f

Browse files
committed
detail fixed
1 parent a70ef8b commit 12fe59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5095,7 +5095,7 @@ def minor(self, H, solver=None, verbose=0, induced=False, *, integrality_toleran
50955095

50965096
# if induced is True
50975097
# condition for induced subgraph ensures that if there
5098-
# doesnt exist an edge(h1, h2) in H then there should
5098+
# does not exist an edge(h1, h2) in H then there should
50995099
# not be an edge between representative sets of h1 and h2 in G
51005100
if induced:
51015101
for h1, h2 in H.complement().edge_iterator(labels=False):

0 commit comments

Comments
 (0)