Commit d3c1b6d5 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Fix typo in docstring

Description:

Gitlab Ticket # - 4582
parent e110fb09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -358,9 +358,9 @@ class Model:
        **Flow**

        For flow, you can pass either `mdot` to specify it as absolute mass flow rate in units
        of kg/s or `massfluxInit` to specify it in units of kg/m**2/s.
        of kg/s or `massflux` to specify it in units of kg/m**2/s.

        If creating a model for execution in parallel, `massfluxInit` must be used if the flow is not
        If creating a model for execution in parallel, `massflux` must be used if the flow is not
        being specified individually for the channels and if flow is nonzero.

        **Energy**