File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1448,16 +1448,17 @@ cdef class _Timedelta(timedelta):
1448
1448
1449
1449
Parameters
1450
1450
----------
1451
- dtype : NoneType
1452
- It is available here only for compatibility. Its value will not
1453
- affect the return value .
1451
+ dtype : None , optional
1452
+ Data type of the output , ignored in this method as the return type
1453
+ is always `numpy.datetime64` .
1454
1454
copy : bool , default False
1455
- It is available here only for compatibility. Its value will not
1456
- affect the return value .
1455
+ Whether to ensure that the returned value is a new object. This
1456
+ parameter is also ignored as the method does not support copying .
1457
1457
1458
1458
Returns
1459
1459
-------
1460
1460
numpy.timedelta64
1461
+ NumPy timedelta64 representation of the Timedelta
1461
1462
1462
1463
See Also
1463
1464
--------
You can’t perform that action at this time.
0 commit comments