Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joyxyz1994 committed Sep 27, 2024
1 parent 7463023 commit 785286a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsdsan/sanunits/_clarifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ def sludge_MLSS(self):
def sludge_MLSS(self, MLSS):
if MLSS is not None:
warn(f'sludge MLSS {MLSS} mg/L is only used to estimate '
f'sludge flowrate or solids removal efficiency, when either'
f'sludge flowrate or solids removal efficiency, when either '
f'one of them is unspecified.')
self._MLSS = MLSS

Expand Down

0 comments on commit 785286a

Please sign in to comment.