Skip to content

Commit 0792800

Browse files
committed
fix typo
1 parent ba4b29c commit 0792800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/solver/common/solution_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_solution_ids(self) -> List[Any]:
5050
"""
5151
If there are multiple solutions available, this will return a
5252
list of the solution ids which can then be used with other
53-
methods like `load_soltuion`. If only one solution is
53+
methods like `load_solution`. If only one solution is
5454
available, this will return [None]. If no solutions
5555
are available, this will return None
5656

0 commit comments

Comments
 (0)