Skip to content

Commit 658c652

Browse files
DOC: add double backticks for sphinx compatibility
Co-authored-by: mroeschke <[email protected]>
1 parent 7339680 commit 658c652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/_libs/tslibs/timedeltas.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,10 +1411,10 @@ cdef class _Timedelta(timedelta):
14111411
"""
14121412
Return a numpy.timedelta64 object with 'ns' precision.
14131413

1414-
Since NumPy uses `timedelta64` objects for its time operations, converting
1415-
a pandas `Timedelta` into a NumPy `timedelta64` provides seamless integration
1416-
between the two libraries, especially when working in environments that
1417-
heavily rely on NumPy for array-based calculations.
1414+
Since NumPy uses ``timedelta64`` objects for its time operations, converting
1415+
a pandas ``Timedelta`` into a NumPy ``timedelta64`` provides seamless
1416+
integration between the two libraries, especially when working in environments
1417+
that heavily rely on NumPy for array-based calculations.
14181418

14191419
See Also
14201420
--------

0 commit comments

Comments
 (0)