Skip to content

Commit

Permalink
Fixed failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MomIsBestFriend committed Dec 9, 2019
1 parent e189e56 commit aea8b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/missing.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def interpolate_1d(
if limit_direction not in valid_limit_directions:
raise ValueError(
f"Invalid limit_direction: expecting one of "
f"{valid_limit_directions}, got {limit_direction}."
f"{valid_limit_directions}, got '{limit_direction}'."
)

if limit_area is not None:
Expand Down

0 comments on commit aea8b84

Please sign in to comment.