Skip to content

Commit 79ee155

Browse files
committed
fixed what's new to render well
1 parent 03af0c1 commit 79ee155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Reshaping
711711
- Bug in :func:`get_dummies` with Unicode attributes in Python 2 (:issue:`22084`)
712712
- Bug in :meth:`DataFrame.replace` raises ``RecursionError`` when replacing empty lists (:issue:`22083`)
713713
- Bug in :meth:`Series.replace` and meth:`DataFrame.replace` when dict is used as the `to_replace` value and one key in the dict is is another key's value, the results were inconsistent between using integer key and using string key (:issue:`20656`)
714-
- Bug in :meth:`DataFrame.drop_duplicates`for empty DataFrame throws error (:issue:`20516`)
714+
- Bug in :meth:`DataFrame.drop_duplicates` for empty DataFrame throws error (:issue:`20516`)
715715

716716
Build Changes
717717
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)