Skip to content

Commit 5424787

Browse files
Fix whatsnew entry
1 parent 621fa2f commit 5424787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Other enhancements
6969
- `OptionError` is now exposed in `pandas.errors` (:issue:`27553`)
7070
- :func:`timedelta_range` will now infer a frequency when passed ``start``, ``stop``, and ``periods`` (:issue:`32377`)
7171
- Positional slicing on a :class:`IntervalIndex` now supports slices with ``step > 1`` (:issue:`31658`)
72-
- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
72+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
7373

7474
.. ---------------------------------------------------------------------------
7575

0 commit comments

Comments
 (0)