Skip to content

Commit

Permalink
Update docstring in g704 in py wrapper.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Oct 24, 2024
1 parent f907114 commit 227cb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/src/pyiapws/g704.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def kh(T: np.ndarray, gas: str, heavywater: bool=False)->Union[np.ndarray, float
Temperature in K.
gas: str
Gas.
heavywater: bool
heavywater: bool, optional.
Flag for indicating if solvent is heavywater (True) or water (False). Default to False.
Returns
Expand Down Expand Up @@ -47,7 +47,7 @@ def kd(T: np.ndarray, gas: str, heavywater: bool=False)->Union[np.ndarray, float
Temperature in K.
gas: str
Gas.
heavywater: bool
heavywater: bool, optional.
Flag for indicating if solvent is heavywater (True) or water (False). Default to False.
Returns
Expand Down

0 comments on commit 227cb3d

Please sign in to comment.