Skip to content

Commit fb17666

Browse files
committed
Added default value doc string
1 parent ca738e0 commit fb17666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def assert_numpy_array_equal(
965965
obj : str, default 'numpy array'
966966
Specify object name being compared, internally used to show appropriate
967967
assertion message.
968-
index : numpy.ndarray
968+
index : numpy.ndarray, default None
969969
optional index (shared by both left and right), used in output.
970970
"""
971971
__tracebackhide__ = True

0 commit comments

Comments
 (0)