Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
torressa committed Jun 26, 2023
1 parent 45213cc commit 7f768bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gurobi_optimods/min_cut.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def min_cut(graph, source, sink, *, create_env):
Parameters
----------
graph : scipy matrix or networkx graph or pandas dataframe
graph : spmatrix or Graph or DataFrame
A graph, specified either as a scipy.sparse adjacency matrix, networkx
graph, or pandas dataframe
source : int or str
Expand Down

0 comments on commit 7f768bf

Please sign in to comment.