From 5b988ec92331a5977434608cae92d51512f869bf Mon Sep 17 00:00:00 2001 From: Adrien Couratier Date: Tue, 3 Sep 2024 16:23:11 +0200 Subject: [PATCH] Typo in docstring --- qolmat/analysis/holes_characterization.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qolmat/analysis/holes_characterization.py b/qolmat/analysis/holes_characterization.py index 4074825..d7a39ce 100644 --- a/qolmat/analysis/holes_characterization.py +++ b/qolmat/analysis/holes_characterization.py @@ -214,7 +214,8 @@ def _pklm_preprocessing(self, X: Union[pd.DataFrame, np.ndarray]) -> np.ndarray: Raises: ------- TypeNotHandled - If the DataFrame contains columns with data types that are not numeric, string, or boolean. + If the DataFrame contains columns with data types that are not numeric, string, or + boolean. """ if isinstance(X, np.ndarray): return X