File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1942,7 +1942,7 @@ class Timedelta(_Timedelta):
1942
1942
----------
1943
1943
freq : str
1944
1944
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`.
1946
1946
1947
1947
Returns
1948
1948
-------
@@ -1970,7 +1970,7 @@ class Timedelta(_Timedelta):
1970
1970
----------
1971
1971
freq : str
1972
1972
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`.
1974
1974
1975
1975
Examples
1976
1976
--------
@@ -1990,7 +1990,7 @@ class Timedelta(_Timedelta):
1990
1990
----------
1991
1991
freq : str
1992
1992
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`.
1994
1994
1995
1995
Examples
1996
1996
--------
You can’t perform that action at this time.
0 commit comments