From f711902ff5681e21df923d3784aa645cbea99a20 Mon Sep 17 00:00:00 2001 From: trevorb1 Date: Sun, 22 Sep 2024 22:30:10 -0700 Subject: [PATCH] fix typo --- docs/convert.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/convert.rst b/docs/convert.rst index 53443f8..673a879 100644 --- a/docs/convert.rst +++ b/docs/convert.rst @@ -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