Skip to content

Commit 3646b41

Browse files
committed
fix typos
1 parent 8c6e488 commit 3646b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/contrib/observer/model_observer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def remove_objectives(self, objs: Collection[ObjectiveData]):
739739
def _check_for_unknown_active_components(self):
740740
for ctype in self._model.collect_ctypes(active=True, descend_into=True):
741741
if not issubclass(ctype, ActiveComponent):
742-
# strangly, this is needed to skip things like Param
742+
# strangely, this is needed to skip things like Param
743743
continue
744744
if ctype in self._known_active_ctypes:
745745
continue

0 commit comments

Comments
 (0)