Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Oct 22, 2024
1 parent caa4d41 commit deabd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/xgboost/testing/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit deabd66

Please sign in to comment.