Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Sep 23, 2024
1 parent 2d83757 commit f711902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See :func:`otoole.convert.convert_results` for more details
Reading solver results into a dict of Pandas DataFrames
-------------------------------------------------------

The ``read_results`` function reads a CBC_, CLP_, Gurobi_ or CPLEX_ solution file into to a Python object.
The ``read_results`` function reads a CBC_, CLP_, Gurobi_ or CPLEX_ solution file to a Python object.
This allows you to then use all the features offered by Python to manipulate the data.

>>> from otoole import read_results
Expand Down

0 comments on commit f711902

Please sign in to comment.