Skip to content

Commit f10283d

Browse files
typo
1 parent 56798a6 commit f10283d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyomo/util/subsystems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def copy_scaling_factors_to_block(
415415
source_block: BlockData, destination_block: BlockData, overwrite=True
416416
):
417417
"""
418-
Copies variable and constraint scaling factors from one block heirarchy to
418+
Copies variable and constraint scaling factors from one block hierarchy to
419419
another. Copying scaling factors is useful when creating a temporary block
420420
to solve a subproblem because the .nl writer will not use any scaling factors
421421
on the original model (see Pyomo #3800).

0 commit comments

Comments
 (0)