Skip to content

Commit

Permalink
fix the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan88888888 committed Nov 5, 2024
1 parent 83529cf commit 80befee
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ class Membrane1DData(UnitModelBlockData):
domain=In(MembraneFlowPattern),
description="Flow configuration of membrane",
doc="""Flow configuration of membrane
- MembraneFlowPattern.COCURRENT: feed and sweep flows from 0 to 1
- MembraneFlowPattern.COUNTERCURRENT: feed side flows from 0 to 1
sweep side flows from 1 to 0 (default)""",
MembraneFlowPattern.COCURRENT - feed and sweep flows from 0 to 1
MembraneFlowPattern.COUNTERCURRENT - feed side flows from 0 to 1 and sweep side flows from 1 to 0 (default)""",
),
)

Expand Down

0 comments on commit 80befee

Please sign in to comment.