Skip to content

Commit 25066f6

Browse files
committed
Adding versionadded tag
1 parent 20d67a8 commit 25066f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/_testing.py

+2
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ def assert_index_equal(
701701
Whether to compare the order of index entries as well as their values.
702702
If True, both indexes must contain the same elements, in the same order.
703703
If False, both indexes must contain the same elements, but in any order.
704+
705+
.. versionadded:: 1.2.0
704706
rtol : float, default 1e-5
705707
Relative tolerance. Only used when check_exact is False.
706708

0 commit comments

Comments
 (0)