Skip to content

Commit 69533c1

Browse files
committed
Add missing blank line to whatsnew
1 parent cf97bfd commit 69533c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ Other enhancements
9191
- The :meth:`DataFrame.to_feather` method now supports additional keyword
9292
arguments (e.g. to set the compression) that are added in pyarrow 0.17
9393
(:issue:`33422`).
94-
- :meth:`DataFrame.to_csv`, :meth:`DataFrame.to_pickle`, and :meth:`DataFrame.to_json` now support
95-
passing a dict of compression arguments when using the ``gzip`` and ``bz2`` protocols.
96-
This can be used to set a custom compression level, e.g.,
94+
- :meth:`DataFrame.to_csv`, :meth:`DataFrame.to_pickle`, and :meth:`DataFrame.to_json` now support
95+
passing a dict of compression arguments when using the ``gzip`` and ``bz2`` protocols.
96+
This can be used to set a custom compression level, e.g.,
9797
``df.to_csv(path, compression={'method': 'gzip', 'compresslevel': 1}`` (:issue:`33196`)
98+
9899
.. ---------------------------------------------------------------------------
99100
100101
Development Changes

0 commit comments

Comments
 (0)