Skip to content

Commit 917ccb0

Browse files
committed
Fix typo.
1 parent 6f3b049 commit 917ccb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/solvers/plugins/solvers/xpress_direct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ class OptNodeCallbackContext(CallbackContext):
287287
"""Data passed to optnode callbacks.
288288
289289
In addition to the super class, this class has two properties:
290-
- `infeas` [write]: Wether the node is considered infeasible.
290+
- `infeas` [write]: Whether the node is considered infeasible.
291291
"""
292292
def __init__(self, problem, solver, var2idx):
293293
super(OptNodeCallbackContext, self).__init__(problem, solver, var2idx)

0 commit comments

Comments
 (0)