Skip to content

Commit d060ab4

Browse files
pandas-dev#28792 Doc Fix SA04 Errors
1 parent 891c5ea commit d060ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/_libs/tslibs/timedeltas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ cdef class _Timedelta(timedelta):
10561056

10571057
See Also
10581058
--------
1059-
Timestamp.isoformat : function is used to convert the given
1059+
Timestamp.isoformat : Function is used to convert the given
10601060
Timestamp object into the ISO format.
10611061

10621062
Notes

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ def backfill(self, limit=None):
19251925
See Also
19261926
--------
19271927
Series.backfill : Backward fill the missing values in the dataset.
1928-
DataFrame.backfill: Backward fill the missing values in the dataset
1928+
DataFrame.backfill: Backward fill the missing values in the dataset.
19291929
Series.fillna: Fill NaN values of a Series.
19301930
DataFrame.fillna: Fill NaN values of a DataFrame.
19311931
"""

0 commit comments

Comments
 (0)