Skip to content

Commit

Permalink
DOC: correct assert_frame_equal docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojim committed Aug 31, 2018
1 parent b8a7530 commit c5ca19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ def assert_frame_equal(left, right, check_dtype=True,
check_column_type : bool / string {'equiv'}, default 'equiv'
Whether to check the columns class, dtype and inferred_type
are identical.
check_frame_type : bool, default False
check_frame_type : bool, default True
Whether to check the DataFrame class is identical.
check_less_precise : bool or int, default False
Specify comparison precision. Only used when check_exact is False.
Expand Down

0 comments on commit c5ca19d

Please sign in to comment.