We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651df8f commit dded20eCopy full SHA for dded20e
doc/source/whatsnew/v2.0.0.rst
@@ -95,7 +95,7 @@ Below is a possibly non-exhaustive list of changes:
95
96
4. :class:`Index` cannot be instantiated using a float16 dtype. Previously instantiating
97
an :class:`Index` using dtype ``float16`` resulted in a :class:`Float64Index` with a
98
- ``float64`` dtype. It row raises a ``NotImplementedError``:
+ ``float64`` dtype. It now raises a ``NotImplementedError``:
99
100
.. ipython:: python
101
:okexcept:
0 commit comments