Skip to content

Commit 6d74ec3

Browse files
committed
DOC: Update function documentation
1 parent c3ecb84 commit 6d74ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_testing/asserters.py

+1
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ def assert_series_equal(
828828
Whether to check the Series and Index names attribute.
829829
check_exact : bool, default False
830830
Whether to compare number exactly.
831+
Note: Will be set to True if dtype is int.
831832
check_datetimelike_compat : bool, default False
832833
Compare datetime-like which is comparable ignoring dtype.
833834
check_categorical : bool, default True

0 commit comments

Comments
 (0)