Skip to content

Commit 6dc7da3

Browse files
kapiliyerchoucavalier
authored andcommitted
Update doc/source/whatsnew/v1.5.0.rst
Co-authored-by: Valentin Iovene <[email protected]>
1 parent 87ee5ba commit 6dc7da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Other enhancements
282282
- :class:`Series` reducers (e.g. ``min``, ``max``, ``sum``, ``mean``) will now successfully operate when the dtype is numeric and ``numeric_only=True`` is provided; previously this would raise a ``NotImplementedError`` (:issue:`47500`)
283283
- :meth:`RangeIndex.union` now can return a :class:`RangeIndex` instead of a :class:`Int64Index` if the resulting values are equally spaced (:issue:`47557`, :issue:`43885`)
284284
- :meth:`DataFrame.compare` now accepts an argument ``result_names`` to allow the user to specify the result's names of both left and right DataFrame which are being compared. This is by default ``'self'`` and ``'other'`` (:issue:`44354`)
285-
- :class:`Interval` now supports checking whether one interval is inside of another interval (:issue:`46613`)
285+
- :class:`Interval` now supports checking whether one interval is contained by another interval (:issue:`46613`)
286286

287287
.. ---------------------------------------------------------------------------
288288
.. _whatsnew_150.notable_bug_fixes:

0 commit comments

Comments
 (0)