Skip to content

Commit 46ba12f

Browse files
Update v1.1.4.rst
1 parent 9aa01e8 commit 46ba12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.1.4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Fixed regressions
3030
- Fixed regression in setitem with :meth:`DataFrame.iloc` which raised error when trying to set a value while filtering with a boolean list (:issue:`36741`)
3131
- Fixed regression in setitem with a Series getting aligned before setting the values (:issue:`37427`)
3232
- Fixed regression in :attr:`MultiIndex.is_monotonic_increasing` returning wrong results with ``NaN`` in at least one of the levels (:issue:`37220`)
33-
- Fixed regression in :meth:`crosstab` that failed when the input series are categorical. (:issue:`37465`)
33+
- Fixed regression in :meth:`crosstab` that failed when the input series are categorical (:issue:`37465`)
3434
- Fixed regression in inplace arithmetic operation on a Series not updating the parent DataFrame (:issue:`36373`)
3535

3636
.. ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)