Skip to content

Commit c44c550

Browse files
Update doc/source/whatsnew/v1.5.0.rst
Co-authored-by: Valentin Iovene <[email protected]>
1 parent 80da85d commit c44c550

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
@@ -279,7 +279,7 @@ Other enhancements
279279
- :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`)
280280
- :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`)
281281
- :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`)
282-
- :class:`Interval` now supports checking whether one interval is inside of another interval (:issue:`46613`)
282+
- :class:`Interval` now supports checking whether one interval is contained by another interval (:issue:`46613`)
283283

284284
.. ---------------------------------------------------------------------------
285285
.. _whatsnew_150.notable_bug_fixes:

0 commit comments

Comments
 (0)