Skip to content

Commit

Permalink
DOC: satisfy codechecks (#26180)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Apr 21, 2019
1 parent bbcfc7f commit 947bd76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions doc/source/reference/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ Computations / Descriptive Stats
GroupBy.first
GroupBy.head
GroupBy.last
GroupBy.idxmax
GroupBy.idxmin
GroupBy.max
GroupBy.mean
GroupBy.median
Expand Down
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Concatenating Sparse Values
^^^^^^^^^^^^^^^^^^^^^^^^^^^

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

.. ipython:: python
Expand Down

0 comments on commit 947bd76

Please sign in to comment.