Skip to content

Commit 94e7d07

Browse files
committed
Remove line break in docs
1 parent dcb395d commit 94e7d07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.25.1.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ Groupby/resample/rolling
120120
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.transform` where applying a timezone conversion lambda function would drop timezone information (:issue:`27496`)
121121
- Bug in windowing over read-only arrays (:issue:`27766`)
122122
- Fixed segfault in `pandas.core.groupby.DataFrameGroupBy.quantile` when an invalid quantile was passed (:issue:`27470`)
123-
- Bug in :meth:`pandas.core.groupby.SeriesGroupBy.nunique` where ``NaT`` values were interfering
124-
with the count of unique values (:issue:`27951`)
123+
- Bug in :meth:`pandas.core.groupby.SeriesGroupBy.nunique` where ``NaT`` values were interfering with the count of unique values (:issue:`27951`)
125124
-
126125

127126
Reshaping

0 commit comments

Comments
 (0)