Skip to content

Commit a67596b

Browse files
author
MomIsBestFriend
committed
Fixes for @jreback review
1 parent 9fd26fb commit a67596b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/missing.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -213,8 +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"{repr(valid_limit_directions)}, "
217-
f"got {repr(limit_direction)}."
216+
f"{valid_limit_directions}, got {limit_direction}."
218217
)
219218

220219
if limit_area is not None:

0 commit comments

Comments
 (0)