Skip to content

Commit 0b29d82

Browse files
yuanx749mroeschke
andauthored
Update doc/source/whatsnew/v3.0.0.rst
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 109cbab commit 0b29d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v3.0.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Bug fixes
636636
Categorical
637637
^^^^^^^^^^^
638638
- Bug in :func:`Series.apply` where ``nan`` was ignored for :class:`CategoricalDtype` (:issue:`59938`)
639-
- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty categorical series raise error or get converted to ``null[pyarrow]`` (:issue:`59934`)
639+
- Bug in :meth:`Series.convert_dtypes` with ``dtype_backend="pyarrow"`` where empty :class:`CategoricalDtype` :class:`Series` raised an error or got converted to ``null[pyarrow]`` (:issue:`59934`)
640640
-
641641

642642
Datetimelike

0 commit comments

Comments
 (0)