Skip to content

Commit 6806a87

Browse files
Charlie-XIAOim-vinicius
authored and
im-vinicius
committed
CLN: typo in deprecation message of deprecate_kwarg decorator (pandas-dev#53218)
1 parent 5ba2cc6 commit 6806a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/_decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def wrapper(*args, **kwargs) -> Callable[..., Any]:
195195
else:
196196
new_arg_value = old_arg_value
197197
msg = (
198-
f"the {repr(old_arg_name)}' keyword is deprecated, "
198+
f"the {repr(old_arg_name)} keyword is deprecated, "
199199
f"use {repr(new_arg_name)} instead."
200200
)
201201

0 commit comments

Comments
 (0)