8000 Update numpy/_core/fromnumeric.pyi · numpy/numpy@a1015f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1015f7

Browse files
charrisjorenham
andauthored
Update numpy/_core/fromnumeric.pyi
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
1 parent b40f2a0 commit a1015f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/_core/fromnumeric.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@ def matrix_transpose(x: ArrayLike, /) -> NDArray[Any]: ...
324324
#
325325
@overload
326326
def partition(
327-
a: _ArrayLike[_ScalarT],
327+
a: _ArrayLike[_SCT],
328328
kth: _ArrayLikeInt,
329329
axis: SupportsIndex | None = -1,
330330
kind: _PartitionKind = "introselect",
331331
order: None = None,
332-
) -> NDArray[_ScalarT]: ...
332+
) -> NDArray[_SCT]: ...
333333
@overload
334334
def partition(
335335
a: _ArrayLike[np.void],

0 commit comments

Comments
 (0)
0