Skip to content

Commit ac6218b

Browse files
kazukiigetayehoshuadimarsky
authored andcommitted
DOC: fix typo in docstrings (pandas-dev#46866)
1 parent 3f27fed commit ac6218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_testing/asserters.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ def assert_frame_equal(
11461146
Check that left and right DataFrame are equal.
11471147
11481148
This function is intended to compare two DataFrames and output any
1149-
differences. Is is mostly intended for use in unit tests.
1149+
differences. It is mostly intended for use in unit tests.
11501150
Additional parameters allow varying the strictness of the
11511151
equality checks performed.
11521152

0 commit comments

Comments
 (0)