Skip to content

Commit ff6fdc0

Browse files
committed
2 parents 7d71159 + 30d16a0 commit ff6fdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biosteam/_unit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def __init_subclass__(cls,
241241
)
242242
name = cls.__name__
243243
if hasattr(bst, 'units') and hasattr(bst, 'wastewater') and hasattr(bst, 'facilities'):
244-
# Add 3rd party unit to biosteam module for convinience
244+
# Add 3rd party unit to biosteam module for convenience
245245
if name not in bst.units.__dict__:
246246
bst.units.__dict__[name] = cls
247247
if name not in bst.__dict__:
@@ -741,7 +741,7 @@ def add_heat_utility(self,
741741
Utility agent to use. Defaults to a suitable agent from
742742
predefined heating/cooling utility agents.
743743
heat_transfer_efficiency :
744-
Enforced fraction of heat transfered from utility (due
744+
Enforced fraction of heat transferred from utility (due
745745
to losses to environment).
746746
hxn_ok :
747747
Whether heat utility can be satisfied within a heat exchanger network.

0 commit comments

Comments
 (0)