Skip to content

Commit afa2380

Browse files
committed
fix issue number on bug addition in whatsnew doc
1 parent c099d9b commit afa2380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Conversion
539539
- Bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
540540
- Bug in :meth:`Series.astype` might modify read-only array inplace when casting to a string dtype (:issue:`57212`)
541541
- Bug in :meth:`Series.reindex` not maintaining ``float32`` type when a ``reindex`` introduces a missing value (:issue:`45857`)
542-
- Bug in :meth:`Series.isna` returning ``bool`` instead of ``bool[pyarrow]`` for Arrow-based Series (:issue:`59431`)
542+
- Bug in :meth:`Series.isna` returning ``bool`` instead of ``bool[pyarrow]`` for Arrow-based Series (:issue:`59436`)
543543

544544
Strings
545545
^^^^^^^

0 commit comments

Comments
 (0)