Skip to content

Commit a84aa47

Browse files
committed
Update generic.py
1 parent ea3fee4 commit a84aa47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,8 +1503,8 @@ def bool(self) -> bool_t:
15031503
"""
15041504

15051505
warnings.warn(
1506-
"{type(self).__name__}.bool is now deprecated and will be removed in future "
1507-
"version of pandas and cases that relied on it will raise a future warning",
1506+
"{type(self).__name__}.bool is now deprecated and will be removed in future"
1507+
" version of pandas and cases that relied on it will raise a future warning",
15081508
FutureWarning,
15091509
stacklevel=find_stack_level(),
15101510
)

0 commit comments

Comments
 (0)