Skip to content

Commit 1981797

Browse files
authored
Merge pull request #3675 from mrmundt/typos-aug2025
New Typos Update - July 2025 Edition
2 parents 4cbef3b + 129b106 commit 1981797

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/OnlineDocs/explanation/analysis/parmest/driver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ List of experiment objects
9898
--------------------------
9999

100100
The first argument is a list of experiment objects which is used to
101-
create one labeled model for each expeirment.
101+
create one labeled model for each experiment.
102102
The template :class:`~pyomo.contrib.parmest.experiment.Experiment`
103103
can be used to generate a list of experiment objects.
104104

pyomo/core/base/param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def __init__(self, *args, **kwds):
945945
#
946946
# Since this class derives from Component and Component.__getstate__
947947
# just packs up the entire __dict__ into the state dict, there s
948-
# nothng special that we need to do here. We will just defer to the
948+
# nothing special that we need to do here. We will just defer to the
949949
# super() get/set state. Since all of our get/set state methods
950950
# rely on super() to traverse the MRO, this will automatically pick
951951
# up both the Component and Data base classes.

pyomo/repn/linear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def finalizeResult(self, result):
797797
for vid, coef in zeros:
798798
del ans.linear[vid]
799799
elif not mult:
800-
# the mulltiplier has cleared out the entire expression.
800+
# the multiplier has cleared out the entire expression.
801801
# Warn if this is suppressing a NaN (unusual, and
802802
# non-standard, but we will wait to remove this behavior
803803
# for the time being)

0 commit comments

Comments
 (0)