Skip to content

Commit aea8b84

Browse files
author
MomIsBestFriend
committed
Fixed failed tests
1 parent e189e56 commit aea8b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/missing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def interpolate_1d(
213213
if limit_direction not in valid_limit_directions:
214214
raise ValueError(
215215
f"Invalid limit_direction: expecting one of "
216-
f"{valid_limit_directions}, got {limit_direction}."
216+
f"{valid_limit_directions}, got '{limit_direction}'."
217217
)
218218

219219
if limit_area is not None:

0 commit comments

Comments
 (0)