From deabd668efa10148c9d3242e307922aca12a592d Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Tue, 22 Oct 2024 18:13:34 +0800 Subject: [PATCH] Typo. --- python-package/xgboost/testing/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/xgboost/testing/updater.py b/python-package/xgboost/testing/updater.py index 1b2d0d3cc707..20ec65dae5a1 100644 --- a/python-package/xgboost/testing/updater.py +++ b/python-package/xgboost/testing/updater.py @@ -394,7 +394,7 @@ def __init__( # pylint: disable=too-many-arguments self._it = 0 def xy(self) -> tuple: - """Return the concatenaed data.""" + """Return the concatenated data.""" return self.x, self.y def next(self, input_data: Callable) -> bool: