Skip to content

Commit 1030f6c

Browse files
Fix whatsnew entry: error -> errors
1 parent 149ed35 commit 1030f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ Other enhancements
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`)
292292
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
293+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``errors`` argument (:issue:`22610`)
293294

294295

295296
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)