Skip to content

Commit 4c07e07

Browse files
authored
fix #52389 : typo in "It row raises" (#52392)
changed row to now in the statement "It row raises a NotImplementedError".
1 parent 64eed4c commit 4c07e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Below is a possibly non-exhaustive list of changes:
9595
9696
4. :class:`Index` cannot be instantiated using a float16 dtype. Previously instantiating
9797
an :class:`Index` using dtype ``float16`` resulted in a :class:`Float64Index` with a
98-
``float64`` dtype. It row raises a ``NotImplementedError``:
98+
``float64`` dtype. It now raises a ``NotImplementedError``:
9999

100100
.. ipython:: python
101101
:okexcept:

0 commit comments

Comments
 (0)