Skip to content

Commit

Permalink
Fix PEP8 issue for PR #521.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreissmann committed Jun 12, 2024
1 parent d080714 commit 5010924
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tespy/components/nodes/drum.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ def get_plotting_data(self):
data : dict
A nested dictionary containing the keywords required by the
:code:`calc_individual_isoline` method of the
:code:`FluidPropertyDiagram` class. The keys :code:`1` and :code:`2`
connect the saturated liquid-vapor mixture of 'in1' with the
saturated liquid ('out1') and saturated vapor ('out2'), while the
keys :code:`3` and :code:`4` connect the (superheated) gas of 'in2'
with the same.
:code:`FluidPropertyDiagram` class. The keys :code:`1` and
:code:`2` connect the saturated liquid-vapor mixture of 'in1' with
the saturated liquid ('out1') and saturated vapor ('out2'), while
the keys :code:`3` and :code:`4` connect the (superheated) gas of
'in2' with the same.
"""
return {
1: {
Expand Down

0 comments on commit 5010924

Please sign in to comment.