Skip to content

Commit cb35f46

Browse files
birdsarahjorisvandenbossche
authored andcommitted
Fix typo in docstring (#15121)
it -> int
1 parent 0fe491d commit cb35f46

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
@@ -1220,7 +1220,7 @@ def assert_frame_equal(left, right, check_dtype=True,
12201220
are identical.
12211221
check_frame_type : bool, default False
12221222
Whether to check the DataFrame class is identical.
1223-
check_less_precise : bool or it, default False
1223+
check_less_precise : bool or int, default False
12241224
Specify comparison precision. Only used when check_exact is False.
12251225
5 digits (False) or 3 digits (True) after decimal points are compared.
12261226
If int, then specify the digits to compare

0 commit comments

Comments
 (0)