Skip to content

Commit ccd25f1

Browse files
Saatvik RaosaatvikraoIITGN
authored andcommitted
minor changes for code quality
1 parent 18d5246 commit ccd25f1

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
@@ -4931,7 +4931,7 @@ def minor(self, H, solver=None, verbose=0, induced=False, *, integrality_toleran
49314931
:meth:`MixedIntegerLinearProgram.get_values`.
49324932
49334933
- ``induced`` -- boolean (default: ``False``); if ``True``, returns an
4934-
induced minor isomorphic to `H` if it exists, and ``:class:`ValueError``` otherwise.
4934+
induced minor isomorphic to `H` if it exists, and :class:`ValueError` otherwise.
49354935
49364936
OUTPUT:
49374937

0 commit comments

Comments
 (0)