From 227cb3d653027f17628e3a07510886fcf4c06c93 Mon Sep 17 00:00:00 2001 From: Milan Skocic Date: Thu, 24 Oct 2024 07:11:43 +0200 Subject: [PATCH] Update docstring in g704 in py wrapper. --- py/src/pyiapws/g704.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/src/pyiapws/g704.py b/py/src/pyiapws/g704.py index 0465455..a55212f 100644 --- a/py/src/pyiapws/g704.py +++ b/py/src/pyiapws/g704.py @@ -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 @@ -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