Skip to content

Commit 947bd76

Browse files
authored
DOC: satisfy codechecks (#26180)
1 parent bbcfc7f commit 947bd76

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/source/reference/groupby.rst

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ Computations / Descriptive Stats
5858
GroupBy.first
5959
GroupBy.head
6060
GroupBy.last
61-
GroupBy.idxmax
62-
GroupBy.idxmin
6361
GroupBy.max
6462
GroupBy.mean
6563
GroupBy.median

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Concatenating Sparse Values
117117
^^^^^^^^^^^^^^^^^^^^^^^^^^^
118118

119119
When passed DataFrames whose values are sparse, :func:`concat` will now return a
120-
:class:`Series` or :class:`DataFrame` with sparse values, rather than a :class`SparseDataFrame` (:issue:`25702`).
120+
:class:`Series` or :class:`DataFrame` with sparse values, rather than a :class:`SparseDataFrame` (:issue:`25702`).
121121

122122
.. ipython:: python
123123

0 commit comments

Comments
 (0)