Skip to content

Commit

Permalink
returns section in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Jul 5, 2023
1 parent d1e7ccc commit c951419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pandas/core/arrays/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,9 @@ def pad_or_backfill(
The base class implementation ignores the keyword if any NAs are
present.
Returns
-------
Same type as self
"""

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

0 comments on commit c951419

Please sign in to comment.