Skip to content

Commit 392bd59

Browse files
committed
error in whatsnew
1 parent bd1bd2b commit 392bd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Deprecations
287287
- ``Series.valid`` is deprecated. Use :meth:`Series.dropna` instead (:issue:`18800`).
288288
- :func:`read_excel` has deprecated the ``skip_footer`` parameter. Use ``skipfooter`` instead (:issue:`18836`)
289289
- The ``is_copy`` attribute is deprecated and will be removed in a future version (:issue:`18801`).
290-
- The ``convert_datetime64`` parameter has been deprecated and the default value is now ``False`` in :func:`to_records` as the NumPy bug motivating this parameter has been resolved (:issue:`18160`).
290+
- The ``convert_datetime64`` parameter in :func:`DataFrame.to_records` has been deprecated and the default value is now ``False``. The NumPy bug motivating this parameter has been resolved (:issue:`18160`).
291291

292292
.. _whatsnew_0230.prior_deprecations:
293293

0 commit comments

Comments
 (0)