Skip to content

Commit e34d2ac

Browse files
committed
Corrected summary
1 parent 072277c commit e34d2ac

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
@@ -20,10 +20,9 @@ def to_timedelta(arg, unit='ns', box=True, errors='raise'):
2020
"""
2121
Convert argument to timedelta.
2222
23-
Timedeltas are differences in times, expressed in difference units,
24-
for example, years, momths, days, hours, minutes, seconds.
25-
They can be both positive and negative. This method can create Timedelta
26-
objects from pandas objects.
23+
Timedeltas are differences in times, expressed in difference units
24+
e.g. days, hours, minutes, seconds. This method converts an argument
25+
from a recognized timedelta format / value into a Timedelta type.
2726
2827
Parameters
2928
----------

0 commit comments

Comments
 (0)