From 7f18b9a9e5ebaf7edd5acbc5519ad21f8f7eed0c Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Mon, 27 Mar 2017 17:38:54 -0400 Subject: [PATCH] typo on pandas.errors in whatsnew --- doc/source/whatsnew/v0.20.0.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/whatsnew/v0.20.0.txt b/doc/source/whatsnew/v0.20.0.txt index af49eae28a9847..582b46e7daa247 100644 --- a/doc/source/whatsnew/v0.20.0.txt +++ b/doc/source/whatsnew/v0.20.0.txt @@ -88,8 +88,7 @@ The following are now part of this API: .. code-block:: python - ['AmbiguousIndexError', - 'DtypeWarning', + ['DtypeWarning', 'EmptyDataError', 'OutOfBoundsDatetime', 'ParserError',