Skip to content

Commit c1d928d

Browse files
committed
Note
1 parent 3602f61 commit c1d928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Other
402402
- Fixed :func:`pandas.testing.assert_series_equal` to correctly raise if left object is a different subclass with ``check_series_type=True`` (:issue:`32670`).
403403
- :meth:`IntegerArray.astype` now supports ``datetime64`` dtype (:issue:32538`)
404404
- Fixed bug in :func:`pandas.testing.assert_series_equal` where dtypes were checked for ``Interval`` and ``ExtensionArray`` operands when ``check_dtype`` was ``False`` (:issue:`32747`)
405-
- Bug in :meth:`Series.map` not raising on invalid ``na_action``
405+
- Bug in :meth:`Series.map` not raising on invalid ``na_action`` (:issue:`32815`)
406406

407407
.. ---------------------------------------------------------------------------
408408

0 commit comments

Comments
 (0)