Skip to content

Commit 667a118

Browse files
authored
Merge pull request #118 from ecl996/patch-1
Fixing a typo
2 parents 1ca5324 + 94f48fb commit 667a118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how_to.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Once the problem is solved, we can query useful attributes as:
5151
{1: 9}
5252
5353
``prob.best_value`` is the overall cost of the solution, ``prob.best_routes`` is a `dict` object where keys represent the route ID, while the values are
54-
the corresponding path from `Source` to `Sink`. And ``prob.best_routes`` is a `dict` object where the same keys point to the accumulated load on the
54+
the corresponding path from `Source` to `Sink`. And ``prob.best_routes_load`` is a `dict` object where the same keys point to the accumulated load on the
5555
vehicle.
5656

5757

0 commit comments

Comments
 (0)