Skip to content

Commit 1925918

Browse files
authored
CI: fixup pre-commit failure (#51759)
fixup ci Co-authored-by: MarcoGorelli <>
1 parent 7f53afc commit 1925918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ Other API changes
9292

9393
Deprecations
9494
~~~~~~~~~~~~
95-
- Deprecated accepting slices in :meth:`DataFrame.take`, call ``obj[slicer]`` or pass a sequence of integers instead (:issue:`51539`)
9695
- Deprecating pinning ``group.name`` to each group in :meth:`SeriesGroupBy.aggregate` aggregations; if your operation requires utilizing the groupby keys, iterate over the groupby object instead (:issue:`41090`)
96+
- Deprecated accepting slices in :meth:`DataFrame.take`, call ``obj[slicer]`` or pass a sequence of integers instead (:issue:`51539`)
9797
-
9898

9999
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)