Skip to content

Commit c5bdb0b

Browse files
committed
fixed typo
1 parent 8b25688 commit c5bdb0b

File tree

1 file changed

+1
-1
lines changed
  • doc/OnlineDocs/contributed_packages/parmest

1 file changed

+1
-1
lines changed

Diff for: doc/OnlineDocs/contributed_packages/parmest/driver.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ A labeled Pyomo model ``m`` has the following additional suffixes (Pyomo `Suffix
106106

107107
* ``m.experiment_outputs`` which defines experiment output (Pyomo `Param`, `Var`, or `Expression`)
108108
and their associated data values (float, int).
109-
* ``m.unknown_parameters`` which defines the mutable parameters or variables (Pyomo `Parm` or `Var`)
109+
* ``m.unknown_parameters`` which defines the mutable parameters or variables (Pyomo `Param` or `Var`)
110110
to estimate along with their component unique identifier (Pyomo `ComponentUID`).
111111
Within parmest, any parameters that are to be estimated are converted to unfixed variables.
112112
Variables that are to be estimated are also unfixed.

0 commit comments

Comments
 (0)