Skip to content

Commit

Permalink
Update pandas/core/generic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored Sep 5, 2023
1 parent 7844a87 commit 843beee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -8183,7 +8183,7 @@ def interpolate(
if method in fillna_methods and "fill_value" in kwargs:
raise ValueError(
"'fill_value' is not a valid keyword for "
f"{type(self).__name__}.interpolate with method from"
f"{type(self).__name__}.interpolate with method from "
f"{fillna_methods}"
)

Expand Down

0 comments on commit 843beee

Please sign in to comment.