Skip to content

Commit cf27966

Browse files
committed
Fixed typo in whatsnew entry
1 parent 68c51c5 commit cf27966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.21.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Indexing
329329
- Fixes ``DataFrame.loc`` for setting with alignment and tz-aware ``DatetimeIndex`` (:issue:`16889`)
330330
- Avoids ``IndexError`` when passing an Index or Series to ``.iloc`` with older numpy (:issue:`17193`)
331331
- Allow unicode empty strings as placeholders in multilevel columns in Python 2 (:issue:`17099`)
332-
- Bug in :func:`Series.iloc` when used with increment or assignment and an int indexer on a ``MultiIndex`` ``Series`` causing the wrong indexes to be read from and written to (:issue:`17148`)
332+
- Bug in :func:`Series.iloc` when used with inplace addition or assignment and an int indexer on a ``MultiIndex`` ``Series`` causing the wrong indexes to be read from and written to (:issue:`17148`)
333333

334334
I/O
335335
^^^

0 commit comments

Comments
 (0)