Skip to content

Commit 35509da

Browse files
author
root
committed
fix SeriesGroupBy.is_monotonic_decreasing See Also section (decreasing -> increasing)
1 parent dac31a7 commit 35509da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/groupby/generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,8 +1469,8 @@ def is_monotonic_decreasing(self) -> Series:
14691469
14701470
See Also
14711471
--------
1472-
SeriesGroupBy.is_monotonic_decreasing : Return whether each group's values
1473-
are monotonically decreasing.
1472+
SeriesGroupBy.is_monotonic_increasing : Return whether each group's values
1473+
are monotonically increasing.
14741474
14751475
Examples
14761476
--------

0 commit comments

Comments
 (0)