Skip to content

Commit ef1f818

Browse files
committed
removed newline for proper formatting
1 parent 56e18de commit ef1f818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/whatsnew/v0.17.0.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,7 @@ Other API Changes
494494
^^^^^^^^^^^^^^^^^
495495

496496
- Line and kde plot with ``subplots=True`` now uses default colors, not all black. Specify ``color='k'`` to draw all lines in black (:issue:`9894`)
497-
- Calling the ``.value_counts`` method on a Series with ``categorical`` dtype now returns a
498-
Series with a ``CategoricalIndex`` (:issue:`10704`)
497+
- Calling the ``.value_counts`` method on a Series with ``categorical`` dtype now returns a Series with a ``CategoricalIndex`` (:issue:`10704`)
499498
- Enable writing Excel files in :ref:`memory <_io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
500499
- Enable serialization of lists and dicts to strings in ExcelWriter (:issue:`8188`)
501500
- Allow passing `kwargs` to the interpolation methods (:issue:`10378`).

0 commit comments

Comments
 (0)