File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1942,7 +1942,7 @@ class Timedelta(_Timedelta):
19421942 ----------
19431943 freq : str
19441944 Frequency string indicating the rounding resolution.
1945- It uses the same units as class contructor :class:`~pandas.Timedelta`.
1945+ It uses the same units as class constructor :class:`~pandas.Timedelta`.
19461946
19471947 Returns
19481948 -------
@@ -1970,7 +1970,7 @@ class Timedelta(_Timedelta):
19701970 ----------
19711971 freq : str
19721972 Frequency string indicating the flooring resolution.
1973- It uses the same units as class contructor :class:`~pandas.Timedelta`.
1973+ It uses the same units as class constructor :class:`~pandas.Timedelta`.
19741974
19751975 Examples
19761976 --------
@@ -1990,7 +1990,7 @@ class Timedelta(_Timedelta):
19901990 ----------
19911991 freq : str
19921992 Frequency string indicating the ceiling resolution.
1993- It uses the same units as class contructor :class:`~pandas.Timedelta`.
1993+ It uses the same units as class constructor :class:`~pandas.Timedelta`.
19941994
19951995 Examples
19961996 --------
You can’t perform that action at this time.
0 commit comments