There was an error while loading. Please reload this page.
1 parent ea3fee4 commit a84aa47Copy full SHA for a84aa47
pandas/core/generic.py
@@ -1503,8 +1503,8 @@ def bool(self) -> bool_t:
1503
"""
1504
1505
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",
+ "{type(self).__name__}.bool is now deprecated and will be removed in future"
+ " version of pandas and cases that relied on it will raise a future warning",
1508
FutureWarning,
1509
stacklevel=find_stack_level(),
1510
)
0 commit comments