From f2822608ecb9135725b867c08b977338a20c37db Mon Sep 17 00:00:00 2001 From: kazukiigeta Date: Mon, 25 Apr 2022 08:59:53 -0400 Subject: [PATCH] DOC: fix typo in docstrings --- pandas/_testing/asserters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_testing/asserters.py b/pandas/_testing/asserters.py index dda0d9549e7b3..ab42fcd92a3d9 100644 --- a/pandas/_testing/asserters.py +++ b/pandas/_testing/asserters.py @@ -1146,7 +1146,7 @@ def assert_frame_equal( Check that left and right DataFrame are equal. This function is intended to compare two DataFrames and output any - differences. Is is mostly intended for use in unit tests. + differences. It is mostly intended for use in unit tests. Additional parameters allow varying the strictness of the equality checks performed.