From b3af86f857d2b7f8ca5bfcae6b576b3dcd492025 Mon Sep 17 00:00:00 2001 From: Sarah Bird Date: Thu, 12 Jan 2017 15:53:19 -0600 Subject: [PATCH] Fix typo in docstring it -> int --- pandas/util/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/util/testing.py b/pandas/util/testing.py index 05517bf6cf53a..d96f57f2810e3 100644 --- a/pandas/util/testing.py +++ b/pandas/util/testing.py @@ -1220,7 +1220,7 @@ def assert_frame_equal(left, right, check_dtype=True, are identical. check_frame_type : bool, default False Whether to check the DataFrame class is identical. - check_less_precise : bool or it, default False + check_less_precise : bool or int, default False Specify comparison precision. Only used when check_exact is False. 5 digits (False) or 3 digits (True) after decimal points are compared. If int, then specify the digits to compare