Skip to content

Commit a9eb4e0

Browse files
Fix whatsnew entry
1 parent 8d943e4 commit a9eb4e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ Other enhancements
289289
- Make :class:`pandas.core.window.Rolling` and :class:`pandas.core.window.Expanding` iterable(:issue:`11704`)
290290
- Make ``option_context`` a :class:`contextlib.ContextDecorator`, which allows it to be used as a decorator over an entire function (:issue:`34253`).
291291
- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
292-
-
292+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
293+
293294

294295
.. ---------------------------------------------------------------------------
295296

0 commit comments

Comments
 (0)