Skip to content

Commit 01ac12f

Browse files
committed
review comments
1 parent c5ea9fe commit 01ac12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sage/graphs/generic_graph.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7899,7 +7899,7 @@ def longest_cycle(self, induced=False, use_edge_labels=False,
78997899
INPUT:
79007900

79017901
- ``induced`` -- boolean (default: ``False``); whether to return the
7902-
longest induced cycle or the longest cycle.
7902+
longest induced cycle or the longest cycle
79037903

79047904
- ``use_edge_labels`` -- boolean (default: ``False``); whether to
79057905
compute a cycle with maximum weight where the weight of an edge is
@@ -7916,11 +7916,11 @@ def longest_cycle(self, induced=False, use_edge_labels=False,
79167916
<sage.numerical.mip.MixedIntegerLinearProgram>`.
79177917

79187918
- ``verbose`` -- integer (default: ``0``); sets the level of
7919-
verbosity. Set to 0 by default, which means quiet.
7919+
verbosity; set to 0 by default, which means quiet
79207920

79217921
- ``integrality_tolerance`` -- float; parameter for use with MILP
79227922
solvers over an inexact base ring; see
7923-
:meth:`MixedIntegerLinearProgram.get_values`.
7923+
:meth:`MixedIntegerLinearProgram.get_values`
79247924

79257925
OUTPUT:
79267926

0 commit comments

Comments
 (0)