fix #52389 : typo in "It row raises" (#52392) · pandas-dev/pandas@4c07e07 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 4c07e07
changed row to now in the statement "It row raises a NotImplementedError".
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -95,7 +95,7 @@ Below is a possibly non-exhaustive list of changes: | ||
| 95 | 95 | |
| 96 | 96 | 4. :class:`Index` cannot be instantiated using a float16 dtype. Previously instantiating |
| 97 | 97 | 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``: | |
| 99 | 99 | |
| 100 | 100 | .. ipython:: python |
| 101 | 101 | :okexcept: |