Skip to content

Commit 1647a72

Browse files
committed
DOC: fixed whatsnew working, xref #18380
1 parent 8486c73 commit 1647a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.22.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Other Enhancements
2727
- :func:`MultiIndex.unique` now supports the ``level=`` argument, to get unique values from a specific index level (:issue:`17896`)
2828
- :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`)
2929
- :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`)
30-
- Improved wording of ValueError raised in :func:`Timestamp.tz_localize` function
30+
- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`)
3131

3232
.. _whatsnew_0220.api_breaking:
3333

0 commit comments

Comments
 (0)