Skip to content

Commit 831aa90

Browse files
committed
Add issue no.
1 parent 910cfea commit 831aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ Other API Changes
946946
- :class:`DateOffset` attribute `_cacheable` and method `_should_cache` have been removed (:issue:`23118`)
947947
- Comparing :class:`Timedelta` to be less or greater than unknown types now raises a ``TypeError`` instead of returning ``False`` (:issue:`20829`)
948948
- :meth:`Index.hasnans` and :meth:`Series.hasnans` now always return a python boolean. Previously, a python or a numpy boolean could be returned, depending on circumstances (:issue:`23294`).
949-
- The order of the arguments of `DataFrame.to_html` and `DataFrame.to_string` is rearranged.
949+
- The order of the arguments of `DataFrame.to_html` and `DataFrame.to_string` is rearranged. (:issue:`23614`)
950950

951951
.. _whatsnew_0240.deprecations:
952952

0 commit comments

Comments
 (0)