Skip to content

Commit

Permalink
removed blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanreh99 committed Apr 21, 2019
1 parent 32404c5 commit 467e1e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ Indexing
- Improved exception message when calling :meth:`DataFrame.iloc` with a list of non-numeric objects (:issue:`25753`).
- Bug in :meth:`_NDFrameIndexer._handle_lowerdim_multi_index_axis0` where KeyError was not raised for a ``MultiIndex``. Now, IndexingError takes precedence over KeyError (:issue:`14885`)
- Bug in which :meth:`DataFrame.append` produced an erroneous warning indicating that a ``KeyError`` will be thrown in the future when the data to be appended contains new columns (:issue:`22252`).

-


Expand Down

0 comments on commit 467e1e7

Please sign in to comment.