From 98e78246c3c8178eb431a9856c5f633415bc296d Mon Sep 17 00:00:00 2001 From: Yitong Pan Date: Wed, 23 Oct 2024 16:53:41 -0400 Subject: [PATCH] change documentation of debye_parameter_B --- src/pyEQL/activity_correction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyEQL/activity_correction.py b/src/pyEQL/activity_correction.py index 9035136e..91b197b9 100644 --- a/src/pyEQL/activity_correction.py +++ b/src/pyEQL/activity_correction.py @@ -34,7 +34,7 @@ def _debye_parameter_B(temperature: str = "25 degC") -> Quantity: Returns: The parameter B for use in extended Debye-Huckel equation (base e). For base 10, - divide the resulting value by 2.303. Note that A is often given in base 10 terms + divide the resulting value by 2.303. Note that B is often given in base 10 terms in older textbooks and reference material (0.3281 at 25 degC). Notes: