File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Other enhancements
70
70
- :func: `timedelta_range ` will now infer a frequency when passed ``start ``, ``stop ``, and ``periods `` (:issue: `32377 `)
71
71
- Positional slicing on a :class: `IntervalIndex ` now supports slices with ``step > 1 `` (:issue: `31658 `)
72
72
- :meth: `DataFrame.sample ` will now also allow array-like and BitGenerator objects to be passed to ``random_state `` as seeds (:issue: `32503 `)
73
- - :meth: `DataFrame.to_csv ` and :meth: `Series.to_csv ` now accept an ``error `` argument (:issue: `22610 `)
73
+ - :meth: `DataFrame.to_csv ` and :meth: `Series.to_csv ` now accept an ``errors `` argument (:issue: `22610 `)
74
74
75
75
76
76
.. ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments