Skip to content

Commit 320fa12

Browse files
committed
minor change to docs
1 parent 88ed066 commit 320fa12

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

biosteam/units/aerated_bioreactor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
class AeratedBioreactor(AbstractStirredTankReactor):
3636
"""
3737
Create an aerated bioreactor which satisfies the oxygen mass tranfer
38-
requirement of the mass balance.
39-
40-
{description_doc}
38+
requirement of the mass balance. {description_doc}
4139
4240
Parameters
4341
----------

biosteam/units/anaerobic_bioreactor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
class AnaerobicBioreactor(AbstractStirredTankReactor):
2727
"""
2828
Create an anaerobic bioreactor with a vented stream and an effluent stream.
29-
3029
{description_doc}
3130
3231
Parameters

0 commit comments

Comments
 (0)