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: