Skip to content

Commit 2e6a20b

Browse files
committed
Corrected summary
1 parent 641e51c commit 2e6a20b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pandas/core/tools/timedeltas.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ def to_timedelta(arg, unit='ns', box=True, errors='raise'):
1818
"""
1919
Convert argument to timedelta.
2020
21-
Timedeltas are differences in times, expressed in difference units,
22-
for example, years, momths, days, hours, minutes, seconds.
23-
They can be both positive and negative. This method can create Timedelta
24-
objects from pandas objects.
21+
Timedeltas are differences in times, expressed in difference units
22+
e.g. days, hours, minutes, seconds. This method converts an argument
23+
from a recognized timedelta format / value into a Timedelta type.
2524
2625
Parameters
2726
----------

0 commit comments

Comments
 (0)