Skip to content

Commit 234cb53

Browse files
committed
DOC: correct assert_frame_equal docstring
1 parent b8a7530 commit 234cb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ def assert_frame_equal(left, right, check_dtype=True,
13201320
check_column_type : bool / string {'equiv'}, default 'equiv'
13211321
Whether to check the columns class, dtype and inferred_type
13221322
are identical.
1323-
check_frame_type : bool, default False
1323+
check_frame_type : bool, default True
13241324
Whether to check the DataFrame class is identical.
13251325
check_less_precise : bool or int, default False
13261326
Specify comparison precision. Only used when check_exact is False.

0 commit comments

Comments
 (0)