Skip to content

Commit 2e75728

Browse files
authored
Update generic.py
1 parent a326359 commit 2e75728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/generic.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -8993,9 +8993,9 @@ def compare(
89938993
other = other[mask]
89948994
if not isinstance(suffixes, tuple):
89958995
warnings.warn(
8996-
f"Passing 'suffixes' as a {type(suffixes)}, is not supported and may give "
8997-
"unexpected results. Provide 'suffixes' as a tuple instead. In the "
8998-
"future a 'TypeError' will be raised.",
8996+
f"Passing 'suffixes' as a {type(suffixes)}, is not supported "
8997+
"and may give unexpected results. Provide 'suffixes' as a "
8998+
"tuple instead. In the future a 'TypeError' will be raised.",
89998999
FutureWarning,
90009000
stacklevel=find_stack_level(),
90019001
)

0 commit comments

Comments
 (0)