Skip to content

Commit 2d13808

Browse files
author
Matt Roeschke
committed
Add more backticks
1 parent 7c94226 commit 2d13808

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
@@ -967,7 +967,7 @@ Deprecations
967967
- The class ``FrozenNDArray`` has been deprecated. When unpickling, ``FrozenNDArray`` will be unpickled to ``np.ndarray`` once this class is removed (:issue:`9031`)
968968
- Deprecated the `nthreads` keyword of :func:`pandas.read_feather` in favor of
969969
`use_threads` to reflect the changes in pyarrow 0.11.0. (:issue:`23053`)
970-
- 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`)
970+
- 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`)
971971

972972
.. _whatsnew_0240.deprecations.datetimelike_int_ops:
973973

0 commit comments

Comments
 (0)