From 052b969f59c4341b2ee8f7959b1da97da214e9ad Mon Sep 17 00:00:00 2001 From: yonashub Date: Mon, 3 Apr 2023 19:16:57 -0500 Subject: [PATCH] fix #52389 : typo in "It row raises" changed row to now in the statement "It row raises a NotImplementedError". --- doc/source/whatsnew/v2.0.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v2.0.0.rst b/doc/source/whatsnew/v2.0.0.rst index 3afdef4ba9b47..8bb07f7cd88fb 100644 --- a/doc/source/whatsnew/v2.0.0.rst +++ b/doc/source/whatsnew/v2.0.0.rst @@ -95,7 +95,7 @@ Below is a possibly non-exhaustive list of changes: 4. :class:`Index` cannot be instantiated using a float16 dtype. Previously instantiating an :class:`Index` using dtype ``float16`` resulted in a :class:`Float64Index` with a - ``float64`` dtype. It row raises a ``NotImplementedError``: + ``float64`` dtype. It now raises a ``NotImplementedError``: .. ipython:: python :okexcept: