Skip to content

Commit c2da1d0

Browse files
committed
Added default value doc string
1 parent 548d48f commit c2da1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def assert_numpy_array_equal(
949949
obj : str, default 'numpy array'
950950
Specify object name being compared, internally used to show appropriate
951951
assertion message.
952-
index : numpy.ndarray
952+
index : numpy.ndarray, default None
953953
optional index (shared by both left and right), used in output.
954954
"""
955955
__tracebackhide__ = True

0 commit comments

Comments
 (0)