Skip to content

Commit f8f4230

Browse files
committed
DOC: tm.assert_series_equal() fix docstring default values
1 parent 6645b2b commit f8f4230

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/util/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1104,10 +1104,10 @@ def assert_series_equal(left, right, check_dtype=True,
11041104
right : Series
11051105
check_dtype : bool, default True
11061106
Whether to check the Series dtype is identical.
1107-
check_index_type : bool / string {'equiv'}, default False
1107+
check_index_type : bool / string {'equiv'}, default 'equiv'
11081108
Whether to check the Index class, dtype and inferred_type
11091109
are identical.
1110-
check_series_type : bool, default False
1110+
check_series_type : bool, default True
11111111
Whether to check the Series class is identical.
11121112
check_less_precise : bool or int, default False
11131113
Specify comparison precision. Only used when check_exact is False.

0 commit comments

Comments
 (0)