Skip to content

Commit 21f5020

Browse files
author
MomIsBestFriend
committed
Specifiy "ndarray" in return value
REF: #32177 (comment)
1 parent 4f0c2eb commit 21f5020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslib.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def ints_to_pydatetime(const int64_t[:] arr, object tz=None, object freq=None,
118118
119119
Returns
120120
-------
121-
array of dtype specified by box
121+
ndarray of dtype specified by box
122122
"""
123123
cdef:
124124
Py_ssize_t i, n = len(arr)

0 commit comments

Comments
 (0)