From 1647a724ae5c9038cdd3cf4ebbf2273d1b6ab109 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Mon, 20 Nov 2017 07:02:23 -0500 Subject: [PATCH] DOC: fixed whatsnew working, xref #18380 --- doc/source/whatsnew/v0.22.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v0.22.0.txt b/doc/source/whatsnew/v0.22.0.txt index 404d9f5d972b6..e868c73914b6e 100644 --- a/doc/source/whatsnew/v0.22.0.txt +++ b/doc/source/whatsnew/v0.22.0.txt @@ -27,7 +27,7 @@ Other Enhancements - :func:`MultiIndex.unique` now supports the ``level=`` argument, to get unique values from a specific index level (:issue:`17896`) - :class:`pandas.io.formats.style.Styler` now has method ``hide_index()`` to determine whether the index will be rendered in ouptut (:issue:`14194`) - :class:`pandas.io.formats.style.Styler` now has method ``hide_columns()`` to determine whether columns will be hidden in output (:issue:`14194`) -- Improved wording of ValueError raised in :func:`Timestamp.tz_localize` function +- Improved wording of ``ValueError`` raised in :func:`to_datetime` when ``unit=`` is passed with a non-convertible value (:issue:`14350`) .. _whatsnew_0220.api_breaking: