Skip to content

Commit 97a7c3f

Browse files
saldanhadmroeschke
andauthored
Update pandas/core/arrays/timedeltas.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 300d9d8 commit 97a7c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/timedeltas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def to_pytimedelta(self) -> npt.NDArray[np.object_]:
789789
790790
Returns
791791
-------
792-
**numpy.ndarray**
792+
numpy.ndarray
793793
A NumPy ``timedelta64`` object representing the same duration as the
794794
original pandas ``Timedelta`` object. The precision of the resulting
795795
object is in nanoseconds, which is the default

0 commit comments

Comments
 (0)