Skip to content

Commit f8e87de

Browse files
committed
doc typo fixup
1 parent 18a3d77 commit f8e87de

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
@@ -951,7 +951,7 @@ Missing
951951
^^^^^^^
952952
- Bug in :meth:`DataFrame.fillna` and :meth:`Series.fillna` that would ignore the ``limit`` argument on :class:`.ExtensionArray` dtypes (:issue:`58001`)
953953
- Bug in :meth:`NA.__and__`, :meth:`NA.__or__` and :meth:`NA.__xor__` when operating with ``np.bool_`` objects (:issue:`58427`)
954-
- Bug in ``divmod`` between :class:`NA` and ``Int64`` dtype objects (:issue:``62196``)
954+
- Bug in ``divmod`` between :class:`NA` and ``Int64`` dtype objects (:issue:`62196`)
955955
-
956956

957957
MultiIndex

0 commit comments

Comments
 (0)