Skip to content

Commit 2d797f6

Browse files
authored
DOC: fixed PR06 in pandas.Timedeltas (#34574)
1 parent 240b8fe commit 2d797f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ class Timedelta(_Timedelta):
10931093
10941094
Parameters
10951095
----------
1096-
value : Timedelta, timedelta, np.timedelta64, string, or integer
1096+
value : Timedelta, timedelta, np.timedelta64, str, or int
10971097
unit : str, default 'ns'
10981098
Denote the unit of the input, if input is an integer.
10991099

0 commit comments

Comments
 (0)