Skip to content

Commit c951419

Browse files
committed
returns section in docstring
1 parent d1e7ccc commit c951419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/arrays/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,9 @@ def pad_or_backfill(
821821
The base class implementation ignores the keyword if any NAs are
822822
present.
823823
824+
Returns
825+
-------
826+
Same type as self
824827
"""
825828

826829
# If a 3rd-party EA has implemented this functionality in fillna,

0 commit comments

Comments
 (0)