Skip to content

Commit 9758370

Browse files
committed
typo.
1 parent de80fa8 commit 9758370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python-package/xgboost/_data_utils.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ def __cuda_array_interface__(self, interface: ArrayInf) -> None:
139139
STREAM_PER_THREAD = 2
140140

141141

142-
# Typing is not strict as we there are subtle differences between CUDA array interface
143-
# and array interface. We handle them uniformly for now.
142+
# Typing is not strict as there are subtle differences between CUDA array interface and
143+
# array interface. We handle them uniformly for now.
144144
def make_array_interface(
145145
ptr: Union[CNumericPtr, int],
146146
shape: Tuple[int, ...],

0 commit comments

Comments
 (0)