Skip to content

Commit 6525678

Browse files
authored
BUG: Fix typo on check_frame_type (#171)
1 parent 5aeb6cd commit 6525678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_testing/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def assert_frame_equal(
107107
check_dtype: bool | Literal["equiv"] = ...,
108108
check_index_type: bool | Literal["equiv"] = ...,
109109
check_column_type: bool | Literal["equiv"] = ...,
110-
check_frame_typ: bool = ...,
110+
check_frame_type: bool = ...,
111111
check_less_precise: int | bool = ...,
112112
check_names: bool = ...,
113113
by_blocks: bool = ...,

0 commit comments

Comments
 (0)