Skip to content

Commit 6501af1

Browse files
committed
DOC: corrections in whatsnew
1 parent eca9db9 commit 6501af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.17.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ Bug Fixes
10841084
- Bug in ``PeriodIndex.order`` reset freq (:issue:`10295`)
10851085
- Bug in ``date_range`` when ``freq`` divides ``end`` as nanos (:issue:`10885`)
10861086
- Bug in ``iloc`` allowing memory outside bounds of a Series to be accessed with negative integers (:issue:`10779`)
1087-
- Bug in ``read_msgpack`` where encoding is not respected (:issue:`10580`)
1087+
- Bug in ``read_msgpack`` where encoding is not respected (:issue:`10581`)
10881088
- Bug preventing access to the first index when using ``iloc`` with a list containing the appropriate negative integer (:issue:`10547`, :issue:`10779`)
10891089
- Bug in ``TimedeltaIndex`` formatter causing error while trying to save ``DataFrame`` with ``TimedeltaIndex`` using ``to_csv`` (:issue:`10833`)
10901090
- Bug in ``DataFrame.where`` when handling Series slicing (:issue:`10218`, :issue:`9558`)

0 commit comments

Comments
 (0)