Skip to content

Commit 07adb77

Browse files
yonashubtopper-123
authored andcommitted
fix pandas-dev#52389 : typo in "It row raises" (pandas-dev#52392)
changed row to now in the statement "It row raises a NotImplementedError".
1 parent b033602 commit 07adb77

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)