Skip to content

Commit 777fb83

Browse files
committed
docstring fixup
1 parent 791e34f commit 777fb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def pad_or_backfill(
795795
copy: bool = True,
796796
) -> Self:
797797
"""
798-
pad or backfill values, used by Series/DataFrame ffill and bfill.
798+
Pad or backfill values, used by Series/DataFrame ffill and bfill.
799799
800800
Parameters
801801
----------

0 commit comments

Comments
 (0)