Skip to content

Commit 8f435ed

Browse files
committed
backticks
1 parent afdab5b commit 8f435ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ Deprecations
10461046
- The ``keep_tz=False`` option (the default) of the ``keep_tz`` keyword of
10471047
:meth:`DatetimeIndex.to_series` is deprecated (:issue:`17832`).
10481048
- Timezone converting a tz-aware ``datetime.datetime`` or :class:`Timestamp` with :class:`Timestamp` and the ``tz`` argument is now deprecated. Instead, use :meth:`Timestamp.tz_convert` (:issue:`23579`)
1049-
- Creating a :class:`TimedeltaIndex` or :class:`DatetimeIndex` by passing range arguments `start`, `end`, and `periods` is deprecated in favor of `timedelta_range` and `date_range` (:issue:`23919`)
1049+
- Creating a :class:`TimedeltaIndex` or :class:`DatetimeIndex` by passing range arguments `start`, `end`, and `periods` is deprecated in favor of :func:`timedelta_range` and :func:`date_range` (:issue:`23919`)
10501050

10511051
.. _whatsnew_0240.deprecations.datetimelike_int_ops:
10521052

0 commit comments

Comments
 (0)