Skip to content

Commit 3566b54

Browse files
Fix reformulation function docstring typo
Co-authored-by: Bethany Nicholson <[email protected]>
1 parent 2c610bb commit 3566b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/contrib/pyros/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ def reformulate_state_var_independent_eq_cons(model_data):
25812581
uncertain parameters, then an equality requiring that
25822582
each coefficient be of value 0 is added to the first-stage
25832583
equality constraints.
2584-
In some cases, matching of the coefficientws may lead to
2584+
In some cases, matching of the coefficients may lead to
25852585
immediate detection of robust infeasibility.
25862586
- Otherwise, the constraint is cast to two second-stage
25872587
inequalities, each of which is assigned a separation

0 commit comments

Comments
 (0)