Skip to content

Commit 0ff82b4

Browse files
Fix whatsnew entry
1 parent db07dca commit 0ff82b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v1.1.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Other enhancements
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`)
7272
- :meth:`DataFrame.sample` will now also allow array-like and BitGenerator objects to be passed to ``random_state`` as seeds (:issue:`32503`)
73-
- :meth:`to_csv` now accepts an ``error`` argument (:issue:`22610`)
74-
-
73+
- :meth:`DataFrame.to_csv` and :meth:`Series.to_csv` now accept an ``error`` argument (:issue:`22610`)
74+
7575

7676
.. ---------------------------------------------------------------------------
7777

0 commit comments

Comments
 (0)