Skip to content

Commit

Permalink
DOC: fixed whatsnew working, xref #18380
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Nov 20, 2017
1 parent 8486c73 commit 1647a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.22.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 1647a72

Please sign in to comment.