We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ed066 commit 320fa12Copy full SHA for 320fa12
2 files changed
biosteam/units/aerated_bioreactor.py
@@ -35,9 +35,7 @@
35
class AeratedBioreactor(AbstractStirredTankReactor):
36
"""
37
Create an aerated bioreactor which satisfies the oxygen mass tranfer
38
- requirement of the mass balance.
39
-
40
- {description_doc}
+ requirement of the mass balance. {description_doc}
41
42
Parameters
43
----------
biosteam/units/anaerobic_bioreactor.py
@@ -26,7 +26,6 @@
26
class AnaerobicBioreactor(AbstractStirredTankReactor):
27
28
Create an anaerobic bioreactor with a vented stream and an effluent stream.
29
30
{description_doc}
31
32
0 commit comments