Skip to content

Commit c2ca8b8

Browse files
authored
NFC:Fixing typo
1 parent 5d182ff commit c2ca8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyomo/core/plugins/transform/scaling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def _suffix_finder(self, component_data, suffix_name, root=None):
9696
starting at the `root` and descending down the tree to
9797
the component_data. Return the first match found.
9898
3. Search for a Suffix with key `None`, starting from the
99-
component_data and working up the tree to teh `root`.
99+
component_data and working up the tree to the `root`.
100100
Return the first match found.
101101
4. Return None
102102

0 commit comments

Comments
 (0)