We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca738e0 commit fb17666Copy full SHA for fb17666
pandas/_testing.py
@@ -965,7 +965,7 @@ def assert_numpy_array_equal(
965
obj : str, default 'numpy array'
966
Specify object name being compared, internally used to show appropriate
967
assertion message.
968
- index : numpy.ndarray
+ index : numpy.ndarray, default None
969
optional index (shared by both left and right), used in output.
970
"""
971
__tracebackhide__ = True
0 commit comments