Skip to content

Commit 0340b5c

Browse files
authored
change check_like description
change it to ''If true, ignore the order of rows & columns''
1 parent c03e0af commit 0340b5c

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
@@ -1254,7 +1254,7 @@ def assert_frame_equal(left, right, check_dtype=True,
12541254
check_categorical : bool, default True
12551255
Whether to compare internal Categorical exactly.
12561256
check_like : bool, default False
1257-
If true, then reindex_like operands
1257+
If true, ignore the order of rows & columns
12581258
obj : str, default 'DataFrame'
12591259
Specify object name being compared, internally used to show appropriate
12601260
assertion message

0 commit comments

Comments
 (0)