Skip to content

Commit dfb7ded

Browse files
eumiromattip
authored andcommitted
Update testing.py (pandas-dev#15784)
Docs typo fix
1 parent 9771f07 commit dfb7ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/util/testing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def assert_series_equal(left, right, check_dtype=True,
11511151
Whether to compare number exactly.
11521152
check_names : bool, default True
11531153
Whether to check the Series and Index names attribute.
1154-
check_dateteimelike_compat : bool, default False
1154+
check_datetimelike_compat : bool, default False
11551155
Compare datetime-like which is comparable ignoring dtype.
11561156
check_categorical : bool, default True
11571157
Whether to compare internal Categorical exactly.
@@ -1264,7 +1264,7 @@ def assert_frame_equal(left, right, check_dtype=True,
12641264
If True, compare by blocks.
12651265
check_exact : bool, default False
12661266
Whether to compare number exactly.
1267-
check_dateteimelike_compat : bool, default False
1267+
check_datetimelike_compat : bool, default False
12681268
Compare datetime-like which is comparable ignoring dtype.
12691269
check_categorical : bool, default True
12701270
Whether to compare internal Categorical exactly.

0 commit comments

Comments
 (0)