Skip to content

Commit dded20e

Browse files
Backport PR #52392 on branch 2.0.x (fix #52389 : typo in "It row raises") (#52393)
Backport PR #52392: fix #52389 : typo in "It row raises" Co-authored-by: yonashub <[email protected]>
1 parent 651df8f commit dded20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v2.0.0.rst

+1-1
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)