From edfad59aa8ae66afe8835280ae846c06c8ca029e Mon Sep 17 00:00:00 2001 From: yonashub Date: Mon, 3 Apr 2023 19:20:47 -0500 Subject: [PATCH] Backport PR #52392: fix #52389 : typo in "It row raises" --- 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 6365c692699b6..385b807b3ca82 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: