Skip to content

Commit 6415870

Browse files
committed
1 parent 7de0fa9 commit 6415870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/numeric.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,6 @@ def isclose(
238238
equal_nan: bool = ...,
239239
) -> Any: ...
240240

241-
def array_equal(a1: ArrayLike, a2: ArrayLike) -> bool: ...
241+
def array_equal(a1: ArrayLike, a2: ArrayLike, equal_nan: bool = ...) -> bool: ...
242242

243243
def array_equiv(a1: ArrayLike, a2: ArrayLike) -> bool: ...

0 commit comments

Comments
 (0)